Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
module "cloud" {
  source = "./modules/oci"
...

Setup inputs for

...

terraform.tfvars

Info

Inputs can be supplied using any of the methods supported by Terraform. However, we recommend using the .tfvars method. The following examples will use that format.

...