Skip to main content

All Questions

Tagged with
1 vote
0 answers
1k views

How to map ports in Azure Container Instances via Terraform?

I have two containers in my container group on Azure using Azure Container Instances (ACI), one (container A) exposing ports 80 and 443 to the internet (reverse proxy), the other one (container B) ...
Simao Gomes Viana's user avatar
0 votes
1 answer
220 views

SSH to EC2 instance timedout

I created an AWS EC2 instance to set up prometheus on it, I created a new ssh keypair and provisioned the instance using terraform, I used instance type as "t3.large" and an SSD disk of ...
Sadmi's user avatar
  • 11
1 vote
1 answer
1k views

Providing master_ipv4_cidr_block and subnet range using terraform variables in GCP

I have created a private cluster in GCP using terraform modules. As per the documentation here: https://www.terraform.io/docs/providers/google/r/container_cluster.html#master_ipv4_cidr_block, I have ...
Meghana B Srinath's user avatar
0 votes
2 answers
1k views

GCP: Can I have several IP subnets on the interface?

Can I have 2 subnets on the interface of VM in Google Cloud Platform ? For example: I have VPC vpc1 and it have 2 subnets: subnet1 - 10.1.1.0/24 and subnet2 - 192.168.1.0/24 Can I assign to ...
vlad's user avatar
  • 846
2 votes
1 answer
698 views

Creating a NAT gateway with Terraform fails with an error

I'm running a private GKE cluster and want to add a NAT Gateway so I can create firewall rules from requests coming from the cluster (by default, the public IP's for all nodes are ephemeral, thus hard ...
ButterDog's user avatar
  • 121
1 vote
2 answers
1k views

Terraform can not create virtual network in Azure

Since couple days I can not create virtual network in any resource group. I get the following message Error: Error applying plan: 1 error(s) occurred: * azurerm_virtual_network.qmlnetwork: 1 error(...
GergA's user avatar
  • 149