File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ data "aws_iam_policy_document" "github_action_permissions" {
8282
8383 ]
8484 resources = [
85- " arn:aws:s3:::tech-floripa-certificates-dev-tf -state" ,
86- " arn:aws:s3:::tech-floripa-certificates-dev-tf -state/*" ,
85+ " arn:aws:s3:::${ var . project_name } - ${ var . environment } -state" ,
86+ " arn:aws:s3:::${ var . project_name } - ${ var . environment } -state/*" ,
8787 " arn:aws:s3:::tech-floripa-plan-artifacts" ,
8888 " arn:aws:s3:::tech-floripa-plan-artifacts/*" ,
89- " arn:aws:s3:::tech-floripa-certificates-dev -bucket" ,
90- " arn:aws:s3:::tech-floripa-certificates-dev -bucket/*"
89+ " arn:aws:s3:::${ var . project_name } - ${ var . environment } -bucket" ,
90+ " arn:aws:s3:::${ var . project_name } - ${ var . environment } -bucket/*"
9191 ]
9292 }
9393
You can’t perform that action at this time.
0 commit comments