terraform Questions
2
I am new to the world of terraform and have been trying to essentially trigger multiple lambdas from different events configured on an s3 bucket. Every time I try to create it, it essentially overw...
Joktan asked 24/7, 2020 at 1:5
2
Solved
I set up an ECS Cluster with Terraform. Everything works great, but I have a few questions about it.
1. As far as I understood, an EFS volume doesn't need to be mounted to ECS instances. AWS allows...
Memorable asked 8/4, 2020 at 1:22
5
Solved
I have a number of services in a single GitHub repository, each service has its own CodePipeline on AWS managed through Terraform. Instead of triggering all of the pipelines on commit, I'd like to ...
Polycythemia asked 27/1, 2022 at 9:26
4
I have been writing some terraform and using Azure Devops to deploy the pipeline. However if I use a variable $(serviceconnection) for the service connection it fails with the following error:
Ther...
Lightish asked 28/6, 2022 at 13:32
11
trying to store my state file in an s3 bucket , but getting this error when trying 'Terraform init' :
made sure my aws credentials doesnt have " / # $ .. "
error configuring S3 Backend:...
Embrocate asked 18/7, 2021 at 11:42
3
Solved
I want to move some Terraform resources from one repository to another. I reckon the simplest way to do that would be terraform import in one repository and terraform rm in the other.
With terrafor...
Japonica asked 20/5, 2021 at 1:0
1
I hope you can help me light some more light on my issue.
Currently I'm using:
Terraform v1.3.5
Helm provider v2.8.0
Kubernetes provider v2.16.1
Lately I've been adapting the helm provider on Ter...
Rinee asked 5/1, 2023 at 12:10
3
Here are further details:
Workspace-A (base stack) : This workspace has code that will create AWS: VPC, SGs, RouteTables, Subnet and related associtions etc.
Workspace-B (Service-1 Stack): This w...
Oconnell asked 21/11, 2019 at 6:54
2
Solved
I am trying to deploy EC2 instances using Terrafom and I can see the following error:
Error: Error launching source instance: InvalidGroup.NotFound: The security group 'prod-web-servers-sg' does no...
Freedwoman asked 8/1, 2021 at 11:58
3
Solved
As part of IaC, A Function App, lets name it FuncAppX is deployed using Terraform, which has a function with-in.
I need to access the Url of the same function with-in a function app using Terraform...
Microdont asked 20/9, 2021 at 13:15
3
I wish to find out how to comment out Terraform code on VS Code. I am new to the world of coding, and AWS. I am still learning to use Terraform.
Glendoraglendower asked 6/10, 2022 at 19:3
2
I am trying to create AWS SFTP server using terraform script.
I am able to validate using terraform validate command and able to get plan using terraform plan as well
but I am getting below error w...
Peruke asked 25/6, 2020 at 16:34
5
Solved
We have a new terraform script that is pushing a docker image to an AWS Lambda. The script works well and correctly connects the fresh image to the Lambda. I can confirm this by checking the Image ...
Leveret asked 22/11, 2022 at 18:13
2
Solved
We're trying to apply a dynamic name to a firewall rule for opening 8089 and 8843 in GCP using terraform based on the list of instance group urls. Instead of taking that result and giving us the la...
2
I'm using Mozilla SOPS to encrypt secrets, the results of which are committed to a git repo shared by the other members of a project. When using SOPS for personal projects, I am using age to encryp...
Parashah asked 17/10, 2022 at 21:31
4
Solved
What is the Google Cloud Platform mechanism for locking state file when using Terraform?
Something like DynamoDB on AWS...
thanks
Despumate asked 21/11, 2018 at 13:54
5
I am using Terraform to deploy code into my Azure infrastructure.
I have an Azure Firewall with some Network Rules which has a bunch of free text IP addresses as Source/Destination. An example belo...
Kenyakenyatta asked 16/2, 2022 at 14:37
4
Solved
I'm trying to deploy an EKS self managed with Terraform. While I can deploy the cluster with addons, vpc, subnet and all other resources, it always fails at helm:
Error: Kubernetes cluster un...
Krenek asked 4/2, 2022 at 15:20
4
Solved
In an attempt to create a route key named $disconnect for an API Gateway, I'm running the snippet below, while var.route_name should receive the string "disconnect":
resource "aws_ap...
8
Solved
I am writing a small script that takes a small file from my local machine and puts it into an AWS S3 bucket.
My terraform.tf:
provider "aws" {
region = "us-east-1"
version = &...
Salvo asked 16/9, 2018 at 7:7
16
Error: error configuring Terraform AWS Provider:
error validating provider credentials: error calling sts:GetCallerIdentity: operation error STS: GetCallerIdentity, https response error StatusCode...
Seabrooke asked 18/8, 2022 at 7:45
11
I have developed a terraform script to create a k8 cluster on GKE.
Post successful creation of cluster, I have set of yaml files to be applied on k8 cluster.
How can I invoke the below command ...
Statampere asked 8/1, 2019 at 15:5
4
I have been experimenting with Terraform over the last while and it seems to be a very powerful tool for setting up / tearing down cloud infrastructure quickly.
I am trying to work out though wha...
Legging asked 7/12, 2017 at 16:52
2
Solved
I have created two subnets for rds but still, I am getting error DB Subnet Group doesn't meet the availability zone coverage requirement. Please add subnets to cover at least 2 availability zones. ...
Dacey asked 20/9, 2020 at 2:10
8
Solved
Can you create views in Amazon Athena? outlines how to create a view using the User Interface.
I'd like to create an AWS Athena View programatically, ideally using Terraform (which calls CloudForm...
Mccabe asked 24/5, 2019 at 9:4
1 Next >
© 2022 - 2024 — McMap. All rights reserved.