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