name- (Optional, Deprecated from v1.123.1) Fieldnamehas been deprecated from provider version 1.123.1 New fieldload_balancer_nameinstead. internet- (Removed since v1.124.0) Fieldinternethas been removed from provider version 1.124.0. Useaddress_typereplaces it. address_type- (Optional, ForceNew...
variable"foo"{type=object({ name=stringid=numberfoobar=string#or bool, number, etc...}) }resource"null_resource"{triggers={ some_name=var.foo.name some_id=var.foo.id some_foobar=var.foo.foobar } } ... and then call it, explicitly setting the optional properties tonull ...
endpoint_type - (Optional, ForceNew) The type of the endpoint. Valid values: ENI, SLB and ECS. endpoint_address - (Optional, ForceNew) The address of the endpoint. endpoint_sub_address - (Optional, ForceNew) The sub address of the endpoint. basic_endpoint_group_name - (Optional) The ...
Pass parameters from Terraform to the Helm chart through the “set” function. Dynamically retrieve the Azure Tenant ID from Terraform and pass it to the Helm chart. variable"helm_release"{description="A Release is an instance of a chart running in a Kubernetes cluster. https://registry.terra...
{ type = string description ="Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."default ="rg"}variable"msi_id"{ type = string description ="(Optional) Manage identity id that be used as authentication method. Defau...
defaults: (Optional object(defaults)) DEPRECATED: This variable will be removed in future releases. It was needed in times when Terraform Module for each was not available to provide default values for multiple repositories. Please convert your code accordingly to stay compatible with future releases...
variable "openai_deployments" { description = "(Optional) Specifies the deployments of the Azure OpenAI Service" type = list(object({ name = string model = object({ name = string version = string }) rai_policy_name = string })) default = [ { name = "gpt-35-turbo-16k" model = { ...
resource/alicloud_common_bandwidth_package: Renames the name to bandwidth_package_name; Adds new field status; Upgrades its dependence sdk [[#3376]] resource/alicloud_route_table: Adds retry code to avoid concurrency issues when deleting (#3377) resource/alicloud_quotas_xxx: Supports setting Sou...
v1.10.x (latest) gcs Stores the state as an object in a configurable prefix in a pre-existing bucket onGoogle Cloud Storage(GCS). The bucket must exist prior to configuring the backend. This backend supportsstate locking. Warning!It is highly recommended that you enableObject Versioningon the...
"Field cannot be set" Error Message If the Terraform CLI returns an error message like the following: * Error: "field_name": this field cannot be set You are likely using an older version of the OCI Terraform provider and the field you are trying to set was released in a later version...