generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove resources that are not always required
- Loading branch information
Showing
14 changed files
with
1,785 additions
and
1,752 deletions.
There are no files selected for viewing
512 changes: 258 additions & 254 deletions
512
terraform/environments/contract-work-administration/alb.tf
Large diffs are not rendered by default.
Oops, something went wrong.
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,14 +1,18 @@ | ||
# ########################################################################################## | ||
# # ------------------------Comment out file if not required---------------------------------- | ||
# ########################################################################################## | ||
|
||
#### This file can be used to store data specific to the member account #### | ||
|
||
# For macie code | ||
data "aws_s3_bucket" "bucket1" { | ||
bucket = module.bastion_linux.bastion_s3_bucket.bucket.id | ||
} | ||
#For macie code | ||
# data "aws_s3_bucket" "bucket1" { | ||
# bucket = module.bastion_linux.bastion_s3_bucket.bucket.id | ||
# } | ||
|
||
data "aws_s3_bucket" "bucket2" { | ||
bucket = "config-20220505080423816000000003" | ||
} | ||
# data "aws_s3_bucket" "bucket2" { | ||
# bucket = "config-20220505080423816000000003" | ||
# } | ||
|
||
data "aws_s3_bucket" "bucket3" { | ||
bucket = module.s3-bucket.bucket.id | ||
} | ||
# data "aws_s3_bucket" "bucket3" { | ||
# bucket = module.s3-bucket.bucket.id | ||
# } |
Oops, something went wrong.