Terraform stores the IDs and properties of the resources it manages in this file, so that it can update or destroy those resources going forward. The Terraform state file is the only way Terraform can track which resources it manages, and often contains sensitive information, so you must store...
Terraform module to create AWS Auto Scaling resources 🇺🇦 - terraform-aws-modules/terraform-aws-autoscaling
module"vpc"{source="terraform-aws-modules/vpc/aws"name="my-vpc"cidr="10.0.0.0/16"azs=["eu-west-1a","eu-west-1b","eu-west-1c"]private_subnets=["10.0.1.0/24","10.0.2.0/24","10.0.3.0/24"]public_subnets=["10.0.101.0/24","10.0.102.0/24","10.0.103.0/24"]enable_nat_gateway=t...
AWS AZURE GCP mongodbatlas_cluster .provider_region_name Region to which the Atlas cluster that this configuration creates is deployed. Ensure that the region you chose supports Atlas clusters of the instance size you want to deploy. By default the template provisions Shared Tier clusters:M2andM5...
Terraform Extension for Azure DevOpsAll the pipelines make use of the tasks of the Terraform extension. This extension provides the following components:A service connection for connecting to an Amazon Web Services(AWS) account A service connection for connecting to a Google Cloud...
Terraform Extension for Azure DevOpsAll the pipelines make use of the tasks of the Terraform extension. This extension provides the following components:A service connection for connecting to an Amazon Web Services(AWS) account A service connection for connecting to a Google Cloud...
Create a workspace using the AWS Quick Start (Recommended) Manually create a workspace (new Databricks accounts) Manually create a workspace (existing Databricks accounts) Create a workspace using the Account API Create Databricks workspaces using TerraformAccess...
1 Terraform - variable should be type string, got list 0 Terraform: Error lookup: argument 1 should be type map, got type string in: 0 Azure policy Terraform import '' expected type 'string', got unconvertible type '[]interface {}' 4 Terraform error This value does no...
The IAM role (launch role) that you later assign to your simple Amazon S3 bucket Terraform product as a launch constraint must have the following permissions: Access to the underlying AWS resources for your Terraform product. In this tutorial, this includes access to thes3:CreateBucket*,s3:Dele...
{ test = "StringEquals" variable = "AWS:SourceAccount" values = ["arn:aws:sns:${var.region}:${data.aws_caller_identity.current.account_id}:resize-image-topic-1451"] #This should be changed to refer to the S3 bucket } resources = [ "arn:aws:sns:${var.region}:${data.aws_caller_...