skip to Main Content

Where to find information about the following Terraform provider attribute deprecation? – Docker

I can't find more information in the Terraform provider documentation, neither can I find any open issues in github. https://www.terraform.io/registry/providers/docs https://github.com/hashicorp/terraform/issues?q=is%3Aissue+is%3Aopen+provider+attribute+deprecated Terraform code: terraform { required_providers { docker = { source = "kreuzwerker/docker" version = "~> 2.13.0" } } }…

VIEW QUESTION

Terraform Resource: aws_iam_instance_profile – Amazon web services

I reference the code at https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_instance_profile, I created iam.tf file. I tried to attach the policy to an ec2 instance. I got an error: aws_iam_role.role: Creating... Error: failed creating IAM Role (jenkins_server_role): MalformedPolicyDocument: Has prohibited field Resource status code: 400,…

VIEW QUESTION
Back To Top
Search