Skip to content

Commit

Permalink
Merge pull request #1359 from alphagov/ianhowell-gds/revert-opensearc…
Browse files Browse the repository at this point in the history
…h-snapshot-prerequisites

Revert "Add prerequisite variables for Opensearch Snapshots"
  • Loading branch information
rtrinque authored Jun 28, 2024
2 parents 35332a3 + abf309d commit 82180f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ module "variable-set-opensearch-integration" {
dedicated_master_count = 3
dedicated_master_type = "m6g.large.search"
zone_awareness_enabled = true
snapshot_bucket_arns = [
"arn:aws:s3:::govuk-staging-chat-opensearch-snapshots",
"arn:aws:s3:::govuk-integration-chat-opensearch-snapshots"
]
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ module "variable-set-opensearch-production" {
dedicated_master_count = 3
dedicated_master_type = "m6g.large.search"
zone_awareness_enabled = true
snapshot_bucket_arns = [
"arn:aws:s3:::govuk-production-chat-opensearch-snapshots"
]
}
}

Expand Down
4 changes: 0 additions & 4 deletions terraform/deployments/tfc-configuration/variables-staging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ module "variable-set-opensearch-staging" {
dedicated_master_count = 3
dedicated_master_type = "m6g.large.search"
zone_awareness_enabled = true
snapshot_bucket_arns = [
"arn:aws:s3:::govuk-production-chat-opensearch-snapshots",
"arn:aws:s3:::govuk-staging-chat-opensearch-snapshots"
]
}
}

Expand Down

0 comments on commit 82180f9

Please sign in to comment.