Question 96

Which is the best way to specify a tag of v1.0.0 when referencing a module stored in Git (for example.
Git::https://example.com/vpc.git)?
  • Question 97

    Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
  • Question 98

    Any user can publish modules to the public Terraform Module Registry.
  • Question 99

    Terraform providers are part of the Terraform core binary.
  • Question 100

    You used Terraform to create an ephemeral development environment in the cloud and are now ready to destroy all the infrastructure described by your Terraform configuration. To be safe, you would like to first see all the infrastructure that Terraform will delete.
    Which command should you use to show all the resources that will be deleted? (Pick the 2 correct responses)