oracle-quickstart / oci-arch-devops

Universal Permissive License v1.0
12 stars 23 forks source link

Update sample tfvars file to avoid warning #5

Closed ssp0 closed 3 years ago

ssp0 commented 3 years ago

Without this fix, the user would get the following warning.

Warning: Value for undeclared variable │ │ The root module does not declare a variable named "compartment_ocid" but a value was found in file │ "terraform.tfvars". If you meant to use this value, add a "variable" block to the configuration.

lfeldman commented 3 years ago

It looks good @ssp0. We can merge it.