mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
delete it in a comment
This commit is contained in:
parent
eb393eb0e8
commit
e2fa13e2cc
1 changed files with 11 additions and 11 deletions
|
|
@ -328,19 +328,19 @@ module "condition_data_bucket" {
|
||||||
allowed_origins = var.allowed_origins
|
allowed_origins = var.allowed_origins
|
||||||
}
|
}
|
||||||
|
|
||||||
module "condition_etl_s3_read" {
|
# module "condition_etl_s3_read" {
|
||||||
source = "../modules/s3_iam_policy"
|
# source = "../modules/s3_iam_policy"
|
||||||
|
|
||||||
policy_name = "ConditionETLReadS3"
|
# policy_name = "ConditionETLReadS3"
|
||||||
policy_description = "Allow Lambda to read objects from condition-data-${var.stage}"
|
# policy_description = "Allow Lambda to read objects from condition-data-${var.stage}"
|
||||||
bucket_arns = ["arn:aws:s3:::condition-data-${var.stage}"]
|
# bucket_arns = ["arn:aws:s3:::condition-data-${var.stage}"]
|
||||||
actions = ["s3:GetObject"]
|
# actions = ["s3:GetObject"]
|
||||||
resource_paths = ["/*"]
|
# resource_paths = ["/*"]
|
||||||
}
|
# }
|
||||||
|
|
||||||
output "condition_etl_s3_read_arn" {
|
# output "condition_etl_s3_read_arn" {
|
||||||
value = module.condition_etl_s3_read.policy_arn
|
# value = module.condition_etl_s3_read.policy_arn
|
||||||
}
|
# }
|
||||||
|
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue