Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

The CONFIG can contain the following optional parameters:

Sumit Rawal answered on May 14, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • go optional parameters
  • how to give optional parameter in route
  • go optional parameters
  • How to pass optional parameters while omitting some other optional parameters?
  • arguments optional
  • optional arguments
  • 10.4.3. Arguments Are Optional // Functions
  • arguments optional2
  • arguments optional3
  • The body of the variable declaration can contain the following optional parameters
  • Initializer with optional parameters#
  • a required parameter cannot follow an optional parameter

  • The CONFIG can contain the following optional parameters:

    0

    description: It’s always a good idea to use this parameter to document what type of data is contained in the output variable.

    sensitive: Set this parameter to true to instruct Terraform not to log this output at the end of plan or apply. This is useful if the output variable contains secrets such as passwords or private keys. Note that if your output variable references an input variable or resource attribute marked with sensitive = true, you are required to mark the output variable with sensitive = true as well to indicate you are intentionally outputting a secret.

    depends_on: Normally, Terraform automatically figures out your dependency graph based on the references within your code, but in rare situations, you have to give it extra hints. For example, perhaps you have an output variable that returns the IP address of a server, but that IP won’t be accessible until a security group (firewall) is properly configured for that server. In that case, you may explicitly tell Terraform there is a dependency between the IP address output variable and the security group resource using depends_on. 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 14 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.