-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VEGA-2289 - Remove redundant keys and sort permissions for cross regi…
…on replication #minor
- Loading branch information
1 parent
ecdf94d
commit ac8ef70
Showing
12 changed files
with
38 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Terraform | ||
export TF_WORKSPACE=development | ||
export TF_VAR_default_role=operator | ||
export TF_WORKSPACE=103vega2289 | ||
export TF_VAR_app_version=v4.29.0-VEGA2289.3 | ||
export TF_VAR_default_role=breakglass | ||
export TF_VAR_management_role=operator | ||
|
||
export TF_CLI_ARGS_init="-backend-config=role_arn=arn:aws:iam::311462405659:role/operator" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
data "aws_caller_identity" "current" {} | ||
data "aws_caller_identity" "current" { | ||
provider = aws.eu_west_1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
output "bucket" { | ||
value = aws_s3_bucket.bucket | ||
} | ||
|
||
output "encryption_kms_key" { | ||
value = aws_kms_key.s3 | ||
} |
43 changes: 0 additions & 43 deletions
43
terraform/modules/s3_multi_region_replica_key/cross_region_iam.tf
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
terraform/modules/s3_multi_region_replica_key/cross_region_kms.tf
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
terraform/modules/s3_multi_region_replica_key/data_sources.tf
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
terraform/modules/s3_multi_region_replica_key/terraform.tf
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
terraform/modules/s3_multi_region_replica_key/variables.tf
This file was deleted.
Oops, something went wrong.