You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version information
Terraform version = 0.12.31
DCE deployed with terraform @ v0.33.8
Describe the bug
Not sure if this should be filed as a feature request or a bug.
When passing a value for variable reset_nuke_template_bucket and reset_nuke_template_key I'd expect the build to be given necessary permissions in that bucket. (Add optional policy attachment in modules/reset_codebuild.tf)
cd modules
terraform init
terraform apply -var-file main.tfvars
cd .. # this is not in the documentation btw https://dce.readthedocs.io/en/latest/terraform.html
make deploy
dce accounts add ... trigger codebuild which should pull custom nuke config from 1
Expected behavior
Codebuild should be granted permissions at tf apply to access the bucket passed in variables.tf
Additional context
N/a
The text was updated successfully, but these errors were encountered:
morganpa
changed the title
Allow reset codebuild access to custom nuke config templte bucket
Allow reset codebuild access to custom nuke config template bucket
Sep 16, 2021
Version information
Terraform version = 0.12.31
DCE deployed with terraform @ v0.33.8
Describe the bug
Not sure if this should be filed as a feature request or a bug.
When passing a value for variable
reset_nuke_template_bucket
andreset_nuke_template_key
I'd expect the build to be given necessary permissions in that bucket. (Add optional policy attachment in modules/reset_codebuild.tf)To Reproduce
1.
dce accounts add ...
trigger codebuild which should pull custom nuke config from 1Expected behavior
Codebuild should be granted permissions at tf apply to access the bucket passed in variables.tf
Additional context
N/a
The text was updated successfully, but these errors were encountered: