terraform-aws-modules Questions
2
Here is an excerpt of my successful terraform plan
~ primary_network_interface_id = "eni-XXXXXXXXXXXXX -> (known after apply)
~ private_dns = "shshshshshshshshhs" -> (known a...
Sima asked 11/4, 2021 at 12:16
2
I created an AWS EKS Cluster with the terraform-aws-eks module. Terraform version is 1.0.6, aws provider version is 3.60.0. With these versions i should be able to use aws_autoscaling_group_tag res...
Monomorphic asked 30/9, 2021 at 11:53
2
When I check the cloud watch logs of my Lambda function, I see theses errors:
[ERROR] Runtime.ImportModuleError: Unable to import module 'trigger_bitbucket_pipeline_from_s3': No module named 'reque...
Swaddle asked 18/5, 2022 at 21:1
5
Solved
I am trying to create an AWS S3 bucket using terraform and this is my code:
provider "aws" {
profile = "default"
region = "ap-south-1"
}
resource "aws_s3_bucke...
Gerick asked 29/9, 2020 at 16:44
1
Solved
I am trying to create a state function with terraform. First I create a policy and assign it to an existing role processing_lambda_role.
resource "aws_iam_role_policy" "sfn_policy&qu...
Granule asked 17/11, 2021 at 10:7
1
© 2022 - 2024 — McMap. All rights reserved.