<< Prev Question Next Question >>

Question 152/177

You have declared a variable called var.list which is a list of objects that all have an attribute id.
Which options will produce a list of the IDs? (Choose two.)

Recent Comments (The most recent comments are at the top.)

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (177q)
3 commentQuestion 1: You have multiple team members collaborating on infrastructu...
1 commentQuestion 2: Where in your Terraform configuration do you specify a state...
Question 3: Which of the following statements best describes the Terrafo...
Question 4: Your team uses terraform OSS . You have created a number of ...
2 commentQuestion 5: Complete the following sentence: The terraform state command...
Question 6: You have declared an input variable called environment in yo...
Question 7: Which of the following actions are performed during a terraf...
Question 8: You have written a terraform IaC script which was working ti...
Question 9: Which provisioner invokes a process on the resource created ...
Question 10: What command should you run to display all workspaces for th...
Question 11: During a terraform plan, a resource is successfully created ...
Question 12: Which of the following is not a valid Terraform string funct...
Question 13: What does the default "local" Terraform backend store?...
Question 14: How does Terraform handle working with so many providers?...
Question 15: Which of the following is not an action performed by terrafo...
Question 16: Examine the following Terraform configuration, which uses th...
Question 17: Provider dependencies are created in several different ways....
Question 18: ABC Enterprise has recently tied up with multiple small orga...
Question 19: What kind of resource dependency is stored in terraform.tfst...
Question 20: What does this code do? (Exhibit)...
Question 21: You cannot publish your own modules on the Terraform Registr...
Question 22: Valarie has created a database instance in AWS and for ease ...
Question 23: Which of the following statements about local modules is inc...
Question 24: You just scaled your VM infrastructure and realized you set ...
Question 25: You should store secret data in the same version control rep...
3 commentQuestion 26: You have provisioned some virtual machines (VMs) on Google C...
Question 27: The current implementation of Terraform import can only impo...
3 commentQuestion 28: Which argument(s) is (are) required when declaring a Terrafo...
Question 29: John is writing a module and within the module, there are mu...
1 commentQuestion 30: How would you reference the "name" value of the second insta...
3 commentQuestion 31: Anyone can publish and share modules on the Terraform Public...
3 commentQuestion 32: Setting the TF_LOG environment variable to DEBUG causes debu...
Question 33: The Security Operations team of ABC Enterprise wants to mand...
Question 34: terraform refresh command will not modify infrastructure, bu...
Question 35: The current implementation of Terraform import can only impo...
Question 36: Terraform must track metadata such as resource dependencies....
Question 37: If you delete a remote backend from the configuration, will ...
Question 38: Which of the following is an invalid variable name?...
1 commentQuestion 39: True or False? Each Terraform workspace uses its own state f...
Question 40: What is the purpose of using the local-exec provisioner? (Se...
Question 41: Which of the following connection types are supported by the...
Question 42: You have declared a variable name my_var in terraform config...
2 commentQuestion 43: By default, provisioners that fail will also cause the Terra...
Question 44: Using multi-cloud and provider-agnostic tools provides which...
Question 45: Which of the following connection types are supported by the...
Question 46: If you manually destroy infrastructure, what is the best pra...
Question 47: Given the below resource configuration - resource "aws_insta...
Question 48: Which of the following clouds does not have a provider maint...
Question 49: resource "aws_s3_bucket" "example" { bucket = "my-test-s3-te...
2 commentQuestion 50: You have multiple team members collaborating on infrastructu...
Question 51: What is the command you can use to set an environment variab...
Question 52: Terraform works well in Windows but a Windows server is requ...
Question 53: lookup retrieves the value of a single element from which of...
2 commentQuestion 54: Environment variables can be used to set variables. The envi...
1 commentQuestion 55: Terraform import command can import resources into modules a...
Question 56: When you initialize Terraform, where does it cache modules f...
1 commentQuestion 57: You have created a custom variable definition file my_vars.t...
3 commentQuestion 58: One remote backend configuration always maps to a single rem...
Question 59: You've used Terraform to deploy a virtual machine and a data...
Question 60: What is the command you can use to set an environment variab...
2 commentQuestion 61: All modules published on the official Terraform Module Regis...
3 commentQuestion 62: terraform init retrieves the source code tot all referenced ...
Question 63: Which of the following is not a valid Terraform string funct...
2 commentQuestion 64: Which of the following terraform subcommands could be used t...
2 commentQuestion 65: Terraform validate reports syntax check errors from which of...
2 commentQuestion 66: Which option can not be used to keep secrets out of Terrafor...
2 commentQuestion 67: What is the result of the following terraform function call?...
Question 68: You want to define multiple data disks as nested blocks insi...
Question 69: Terraform plan updates your state file....
Question 70: Taint the resource "aws_instance" "baz" resource that lives ...
2 commentQuestion 71: When using a module block to reference a module stored on th...
Question 72: When TF_LOG_PATH is set, TF_LOG must be set in order for any...
Question 73: What command should you run to display all workspaces for th...
Question 74: When configuring a remote backend in Terraform, it might be ...
Question 75: Which one is the right way to import a local module names co...
1 commentQuestion 76: When does Sentinel enforce policy logic during a Terraform E...
1 commentQuestion 77: Why might a user opt to include the following snippet in the...
Question 78: You have to initialize a Terraform backend before it can be ...
Question 79: ABC Enterprise has recently tied up with multiple small orga...
Question 80: You cannot publish your own modules on the Terraform Registr...
Question 81: When using constraint expressions to signify a version of a ...
Question 82: Which of the following can you do with terraform plan? Choos...
3 commentQuestion 83: What is the workflow for deploying new infrastructure with T...
Question 84: Where does the Terraform local backend store its state?...
Question 85: Terraform providers are always installed from the Internet....
1 commentQuestion 86: You have a Terraform configuration file where a variable ite...
Question 87: As a member of the operations team, you need to run a script...
4 commentQuestion 88: You have a simple Terraform configuration containing one vir...
1 commentQuestion 89: During a terraform plan, a resource is successfully created ...
Question 90: Provisioners should only be used as a last resort....
Question 91: Terraform-specific settings and behaviors are declared in wh...
Question 92: Which one of the following will run echo 0 and echo 1 on a n...
2 commentQuestion 93: Which of the following is not true of Terraform providers?...
Question 94: If a module declares a variable with a default, that variabl...
1 commentQuestion 95: Given the Terraform configuration below, in which order will...
Question 96: resource "aws_s3_bucket" "example" { bucket = "my-test-s3-te...
Question 97: Which of the following is not a valid string function in Ter...
2 commentQuestion 98: In contrast to Terraform Open Source, when working with Terr...
Question 99: Terra form installs its providers during which phase?...
Question 100: What is the name assigned by Terraform to reference this res...
2 commentQuestion 101: What information does the public Terraform Module Registry a...
Question 102: When using Terraform in a team it is important for everyone ...
2 commentQuestion 103: You have provisioned some virtual machines (VMs) on Google C...
2 commentQuestion 104: How is terraform import run?
Question 105: terraform refresh command will not modify infrastructure, bu...
Question 106: Refer to the below code where developer is outputting the va...
Question 107: Which of the following best describes the default local back...
Question 108: True or False: A list(...) contain a number of values of the...
Question 109: Which task does terraform init not perform?...
Question 110: You have created an AWS EC2 instance of type t2.micro throug...
Question 111: Which of the following command can be used to view the speci...
Question 112: State locking does not happen automatically and must be spec...
1 commentQuestion 113: Every region in AWS has a different AMI ID for Linux and the...
1 commentQuestion 114: What value does the Terraform Cloud/Terraform Enterprise pri...
Question 115: Select all Operating Systems that Terraform is available for...
Question 116: Which of the following command can be used to view the speci...
Question 117: If a module uses a local variable, you can expose that value...
2 commentQuestion 118: What is the workflow for deploying new infrastructure with T...
Question 119: You want terraform plan and apply to be executed in Terrafor...
2 commentQuestion 120: You have deployed a new webapp with a public IP address on a...
2 commentQuestion 121: In the example below, the depends_on argument creates what t...
Question 122: As a developer, you want to ensure your plugins are up to da...
Question 123: Terraform-specific settings and behaviors are declared in wh...
Question 124: Complete the following sentence: For local state, the worksp...
Question 125: Terraform will sync all resources in state by default for ev...
3 commentQuestion 126: You have used Terraform to create an ephemeral development e...
Question 127: You have a Terraform configuration file where a variable ite...
Question 128: Your organization has moved to AWS and has manually deployed...
3 commentQuestion 129: You just scaled your VM infrastructure and realized you set ...
1 commentQuestion 130: Anyone can publish and share modules on the Terraform Public...
Question 131: Anyone can publish and share modules on the Terraform Public...
Question 132: Terraform must track metadata such as resource dependencies....
Question 133: You want to use terraform import to start managing infrastru...
Question 134: What feature of Terraform Cloud and/or Terraform Enterprise ...
Question 135: Which of the below configuration file formats are supported ...
Question 136: After executing a terraform apply, you notice that a resourc...
1 commentQuestion 137: Environment variables can be used to set variables. The envi...
Question 138: In regards to deploying resources in multi-cloud environment...
1 commentQuestion 139: What does terraform refresh command do?...
1 commentQuestion 140: Which of the below are paid features of Terraform Cloud?...
Question 141: Terraform works well in Windows but a Windows server is requ...
2 commentQuestion 142: Terraform has detailed logs which can be enabled by setting ...
Question 143: During a terraform plan, a resource is successfully created ...
1 commentQuestion 144: Given the Terraform configuration below, in which order will...
Question 145: Which of the following is considered a Terraform plugin?...
1 commentQuestion 146: What is the purpose of a Terraform workspace in either open ...
Question 147: From the code below, identify the implicit dependency:...
Question 148: You are using a terraform operation that writes state. Unfor...
Question 149: Select the feature below that best completes the sentence: T...
4 commentQuestion 150: You need to deploy resources into two different cloud region...
2 commentQuestion 151: How would you reference the "name" value of the second insta...
1 commentQuestion 152: You have declared a variable called var.list which is a list...
Question 153: Which of the below features of Terraform can be used for man...
Question 154: In order to reduce the time it takes to provision resources,...
1 commentQuestion 155: True or False. The terraform refresh command is used to reco...
Question 156: Select the feature below that best completes the sentence: T...
1 commentQuestion 157: What is the result of the following terraform function call?...
Question 158: Examine the following Terraform configuration, which uses th...
Question 159: Forcing the recreation of a resource is useful when you want...
Question 160: What advantage does an operations team that uses infrastruct...
Question 161: When should you use the force-unlock command?...
Question 162: After running into issues with Terraform, you need to enable...
1 commentQuestion 163: Which of the following value will be accepted for var1? vari...
2 commentQuestion 164: When Terraform needs to be installed in a location where it ...
Question 165: Which of the following allows Terraform users to apply polic...
2 commentQuestion 166: You have recently started a new job at a retailer as an engi...
Question 167: In terraform, most resource dependencies are handled automat...
Question 168: A user runs terraform init on their RHEL based server and pe...
Question 169: What does the command terraform fmt do?...
Question 170: What is the standard workflow that a developer follows while...
Question 171: Your security team scanned some Terraform workspaces and fou...
Question 172: Forcing the recreation of a resource is useful when you want...
2 commentQuestion 173: Any user can publish modules to the public Terraform Module ...
Question 174: If a DevOps team adopts AWS Cloud Formation as their standar...
2 commentQuestion 175: What value does the Terraform Cloud/Terraform Enterprise pri...
2 commentQuestion 176: Which of the following commands will launch the Interactive ...
Question 177: Module version is required to reference a module on the Terr...