python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Import Azure Policy in Azure Portal
I have 100+ Azure polices which i want to import to Azure portal. I don't want to create each policy 1 by 1. I am looking for some import options. These policies should be created and then applied at...
Bokambo
Votes: 0
Answers: 1
data source with count condition
I've a data source which contains count in it. For some reason it fails with the following error.
code
data "oci_core_vcn" "test_vcn" {
#Required
vcn_id = oci_core_vcn.test...
Amman
Votes: 0
Answers: 1
Managing terraform states in a multi-account AWS environment setup
I am trying to find out best way to managing terraform states in a multi-account multi-product setup. Here is what I am currently thinking:
Is it a good idea to centralize tfstates for all the enviro...
Y Pant
Votes: 0
Answers: 2
Trigger Lambda from API Gateway in Terraform
I'm trying to deploy a basic API consisting in a lambda function as main endpoint and API gateway as proxy to this function. With the following configuration i'm able to build up the infrastructure, b...
Kevin
Votes: 0
Answers: 1