...
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. |
...