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
2018/04/11 09:58:16 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/11 09:58:16 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [expected operating_system to be one of [WINDOWS AMAZON_LINUX UBUNTU REDHAT_ENTERPRISE_LINUX], got CENTOS]
2018/04/11 09:58:16 [TRACE] [walkValidate] Exiting eval tree: aws_ssm_patch_baseline.patch-baseline-centos
Expected Behavior
Terraform should create patch baseline for Centos (like it does for Amazon linux, Suse or Windows)
Actual Behavior
Terrafrom fails with error:
./terraform plan
Error: aws_ssm_patch_baseline.patch-baseline-centos: expected operating_system to be one of [WINDOWS AMAZON_LINUX UBUNTU REDHAT_ENTERPRISE_LINUX], got CENTOS
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform should create patch baseline for Centos (like it does for Amazon linux, Suse or Windows)
Actual Behavior
Terrafrom fails with error:
Steps to Reproduce
terraform init
aws_ssm_patch_baseline
to main.tfterraform plan
References
AWS documentation regarding it:
https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetDefaultPatchBaseline.html#API_GetDefaultPatchBaseline_ResponseElements
The text was updated successfully, but these errors were encountered: