Skip to main content

Questions tagged [terraform]

For questions about Terraform, an open source tool to maintain infrastructure.

0 votes
1 answer
20 views

I'm trying to set up a Tailscale exit node in Oracle Cloud Infrastructure using Terraform. To that end I've created: VCN Subnet Subnet security list Compute Instance (I also tried adding a gateway to ...
DanielM's user avatar
  • 101
0 votes
0 answers
12 views

I want to setup encryption in transit for services in a private subnet (not reachable from the internet) on openstack. The infra/platform is setup with terraform + cloud-init. Apparently, the easiest ...
user2268997's user avatar
0 votes
0 answers
17 views

In a GitHub repo's settings under actions -> general, there are the options as seen in the image. I have a workflow that needs to be able to create PRs, and now I run it on my own GitHub account, ...
vbnm's user avatar
  • 1
-1 votes
1 answer
70 views

We have an... annoying problem. As our company's Azure policies and Terraform Modules developed, we ended up with Azure KeyVault Keys that Terraform has created, but never set an expiration date. Now ...
PsychoData's user avatar
0 votes
0 answers
42 views

I am improvising a terraform process for Fabric that has static hardcoded configurations on a config.yml. They have not used variable.tf for configurations. The variable.tf does include environment ...
GdsChld's user avatar
0 votes
0 answers
30 views

I am trying to create a static web app using Terraform. I want to configure a pipeline that runs everytime I commit to dev branch. Here the code to create my static web app in Terraform resource "...
Simone's user avatar
  • 101
0 votes
0 answers
48 views

I am using a combination of ArgoCD, FluxCD and Terraform to provision infrastructure resources in a GitOps way. Each technology has each function: Terraform: a module that contains all the ...
Felipe's user avatar
  • 101
0 votes
0 answers
78 views

I’m deploying an AKS cluster via Terraform and letting Azure automatically handle the VNet and Load Balancer provisioning. I’ve also tried provisioning those manually — the outcome is the same either ...
Yan's user avatar
  • 1
0 votes
0 answers
69 views

Hello I tried to create a database system via Terraform OCI resource called "oci_database_db_system". When I execute Terraform plan it's OK. But when I execute Terraform apply I got the ...
Nico's user avatar
  • 101
0 votes
1 answer
57 views

I am learning about terraform maps to understand how to use them to reduce copying/pasting redundant code sections. In following a tutorial I found at https://spacelift.io/blog/terraform-map-variable#...
Brian Snook's user avatar
0 votes
0 answers
31 views

I'm deploying a high-availability Kubernetes cluster on VMware vSphere using Terraform and need feedback on some architectural decisions. Current Planned Architecture +-------------+ ...
Ilgar's user avatar
  • 1
1 vote
1 answer
46 views

I'd like to set count to 1 when TF_WORKSPACE is prod and 0 otherwise. I recently learned about Fn.conditional and would like to compare a working implementation of it, using purely Python CDKTF, with ...
cov's user avatar
  • 11
0 votes
1 answer
111 views

I'm trying to set up the Traefik Helm chart in Kubernetes to get a Let's Encrypt TLS/HTTPS certificate and use it for an IngressRoute, but whenever I add the Proxy Protocol stuff to preserve client IP ...
colan's user avatar
  • 173
0 votes
1 answer
118 views

I am learning Terraform and would like to provision a VM in vSphere that uses the static IP address specified in the Terraform configuration. I am using this template and here is my Configuration: ...
badger's user avatar
  • 123
0 votes
1 answer
202 views

I am trying to create Terraform/Ansible/Cloud-init Hybrid for creating Openshift and OKD clusters on Proxmox. Since CoreOS doesn't support cloudinit, but rather ignition there are only a couple of ...
koubler's user avatar

15 30 50 per page
1
2 3 4 5
22