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...

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...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.