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
Upon executing terraform apply -auto-approve the following error is thrown:
2022-02-03T09:38:58.821-0800 [TRACE] vertex "module.cmmc_3_conformance_pack.aws_config_conformance_pack.default": dynamic subgraph encountered errors: expected length of template_body to be in the range (1 - 51200)
Expected Behavior
I expected the conformance pack to be applied without error
Steps to Reproduce
Steps to reproduce the behavior:
Go to a folder and unpack the attached archive
Export TF_LOG=TRACE
Run terraform init then terraform apply and provide your AWS credentials (e.g., profile)
See error (or my error.log in the attached archive)
Screenshots
See attached files
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Implemented the following module to apply the CMMC Level 3 best practices.
Upon executing
terraform apply -auto-approve
the following error is thrown:2022-02-03T09:38:58.821-0800 [TRACE] vertex "module.cmmc_3_conformance_pack.aws_config_conformance_pack.default": dynamic subgraph encountered errors: expected length of template_body to be in the range (1 - 51200)
Expected Behavior
I expected the conformance pack to be applied without error
Steps to Reproduce
Steps to reproduce the behavior:
terraform init
thenterraform apply
and provide your AWS credentials (e.g., profile)Screenshots
See attached files
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Additional Context
No additional comments
cmmc_3_conformance_pack.tar.gz
The text was updated successfully, but these errors were encountered: