Skip to content

Commit

Permalink
Updated spot instance tags to include Project and Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Feb 12, 2024
1 parent c2bacab commit 266640a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/oss-redisbloom-m5-spot-instances/tags.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}

tags_client = {
Expand All @@ -22,6 +24,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}
}

Expand Down
4 changes: 4 additions & 0 deletions terraform/oss-redisearch-m5-spot-instances/tags.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}

tags_client = {
Expand All @@ -22,6 +24,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}
}

Expand Down
4 changes: 4 additions & 0 deletions terraform/oss-redisjson-m5-spot-instances/tags.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}

tags_client = {
Expand All @@ -22,6 +24,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}
}

Expand Down
4 changes: 4 additions & 0 deletions terraform/oss-redistimeseries-m5-spot-instances/tags.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}

tags_client = {
Expand All @@ -22,6 +24,8 @@ locals {
github_repo = "${var.github_repo}"
github_sha = "${var.github_sha}"
timeout_secs = "${var.timeout_secs}"
Environment = "${var.environment}"
Project = "${var.environment}"
}
}

Expand Down

0 comments on commit 266640a

Please sign in to comment.