Closed marcomoscatiello closed 9 months ago
basically i cannot create the dlm policy with policy_type "IMAGE_MANAGEMENT" , therefore i cannot get AMIs created by DLM, but only ebs snapshots.
Hey @marcomoscatiello 👋 Based on your notes, it looks like you're running AWS Provider version v3.52.0
. The policy_type
argument was added in v4.9.0
, so you'll need to update to at least that version of the provider in order to use the policy_type
argument.
Please note there were a few significant changes in the latest major version (v4.0.0
), so if you're updating an existing configuration, you'll need to account for that.
Since we haven't heard back, I'm going to close this issue. If you're still having trouble, please feel free to open a new issue, referencing this one for context as needed.
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.
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.2.2 on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Steps to Reproduce
terraform apply
(to create the resource)terraform apply
Important Factoids
References
--->
0000