Questions tagged [terraform]

A valuable resource provided by Hashicorp serves the purpose of defining infrastructure through code. Inquiries within this realm revolve around the application and utilization of the tool itself, as well as employing the 'code' (HCL) to delineate precise structures. Frequently associated with public-cloud tags like "amazon-web-services", "google-cloud-platform", or "azure", this tag aids in elaborating on the nature of the question at hand.

Transform the terraform resource data, which is in the form of a map containing keys of type string

I am currently developing a custom terraform provider and have encountered an issue. I'm attempting to convert a schema.TypeList field into a struct. Here is what the TypeList looks like: "template": { Type: schema.TypeLi ...

Creating NodeJS Lambda - identical content, distinct SHA checksum

I'm encountering a perplexing issue and I can't seem to identify the root cause. Let me share my experience: My objective is to utilize Terraform for managing Lambda functions, with CircleCI serving as the orchestrator. The process unfolds as follows: ...

The connection string generated by the atlas cluster through terraform is not properly formatted

When using Terraform to create an Atlas cluster, the output I am receiving is incomplete for my request. Terraform is providing me with: mongodb+srv://esc-app-dbcluster-devel.b59mwv7.mongodb.net However, what I actually need is more along the lines of: ...

Encountering 404 or 502 errors when running multiple vue.js containers in a Kubernetes and Terraform environment

I'm currently facing an issue with my setup involving Ingress, Terraform, NGINX, and Kubernetes. It's serving a vue.js frontend and a .NET Core backend successfully online. However, when I try to add another Vue.JS instance, it fails to redirect properly t ...

Storing multiple parameters in AWS SSM using Terraform and a JSON configuration file

In the process of migrating a couple of legacy applications to ec2, we are faced with the challenge of storing multiple application configuration parameters individually. The goal is to have separate parameters for each application. The current approach s ...