If not empty string, this variable overrides Terraform version, specified in.terraform-version files.latestandlatest:<regex>syntax are also supported.tfenv installandtfenv usecommand also respects this variable. e.g. TFENV_TERRAFORM_VERSION=latest:^0.11. terraform --version ...
variable"name"{ default ="tf-example"}data"alicloud_db_zones""example"{ engine ="MySQL"engine_version ="8.0"instance_charge_type ="PostPaid"db_instance_storage_type ="local_ssd"}data"alicloud_db_instance_classes""example"{ zone_id =data.alicloud_db_zones.example.zones.0.id engine ="My...
If a project is located in WSL and opened from JetBrains IDE, the Terraform installed in the WSL distribution where the project resides is used. Included support for optional parameters in Terraform variable definitions and module usage, including code completion and documentation. Introduced "Deep ...
For information about ECI Container Group and how to use it, seeWhat is Container Group. ->NOTE:Available since v1.111.0. Example Usage Basic Usage provider"alicloud"{ region ="cn-beijing"}variable"name"{ default ="tf-example"}data"alicloud_eci_zones""default"{ }resource"alicloud_vpc""...
If this variable is not supplied, a CMK with the sufficient resource-based policy will be created and used when configuring encryption for the SNS topic.stringnullno label_key_caseControls the letter case of thetagskeys (label names) for tags generated by this module. ...
variable "node_vswitch_cidrs" { description = "List of cidr blocks used to create several new vswitches when 'node_vswitch_ids' is not specified." type = list(string) default = ["172.16.0.0/23", "172.16.2.0/23", "172.16.4.0/23"] } # 指定网络组件Terway配置。如...
cannot create the ZyunDB API client as there is a missing or empty value for the ZyunDB API endpoint. "+ "Set the endpoint value in the configuration or use the ZYUNDB_ENDPOINT environment variable. "+ "If either is already set, ensure the value is not empty.", ) } //...
"The provider cannot create the HashiCups API client as there is a missing or empty value for the HashiCups API username. "+ "Set the username value in the configuration or use the HASHICUPS_USERNAME environment variable. "+ "If either is already set, ensure the value is not empty.", ...
## provider "aws" { region = "ap-east-1" \\ 替换成您实际操作的Region access_key = "Your-AWS-AK" \\ 替换您自己账号的AK secret_key = "Your-AWS-SK" \\ 替换成你自己账号的SK } ## variable "asg_instances_id" { default = "From_Packer_create_AMI_ID" \\ 替换成你上面从Packer获取...
variable "prefix" { default = "pkslow-azure" } resource "azurerm_resource_group" "example" { name = "${var.prefix}-resources" location = "West Europe" } resource "azurerm_virtual_network" "main" { name = "${var.prefix}-network" ...