Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New setup immediately errors. #32

Open
david-levin-riverbed opened this issue Aug 10, 2022 · 1 comment
Open

New setup immediately errors. #32

david-levin-riverbed opened this issue Aug 10, 2022 · 1 comment

Comments

@david-levin-riverbed
Copy link

Using the "Deploy to Oracle Cloud" link. Checking the accept term os use. Get windows with this error.

At least one variable in the schema file can't be parsed. Only successfully parsed variables are rendered. To troubleshoot schema parsing issues, validate against the meta schema (provided in the Resource Manager documentation):

Variable $db_transit_subnet_dns_label declared in .tf file but not found in .yaml file (schema).
Variable $web_lb_subnet_dns_label declared in .tf file but not found in .yaml file (schema).
Variable $web_transit_subnet_dns_label declared in .tf file but not found in .yaml file (schema).

how do I fix this? Is there a new version in the works?

Thank you,
David

@david-levin-riverbed
Copy link
Author

Execution with default settings, and get an additional warning in the Job Log.

Warning: Interpolation-only expressions are deprecated
on data_sources.tf line 54, in data "oci_identity_fault_domains" "fds"
54: availability_domain = "${data.oci_identity_availability_domain.ad.name}"
Terraform 0.11 and earlier required all non-constant expressions to be
provided via interpolation syntax, but this pattern is now deprecated. To
silence this warning, remove the "${ sequence from the start and the }"
sequence from the end of this expression, leaving just the inner expression.
Template interpolation syntax is still used to construct strings from
expressions when the template includes multiple interpolation sequences or a
mixture of literal strings and interpolations. This deprecation applies only
to templates that consist entirely of a single interpolation sequence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant