We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terraform -v v1.5.0
When attempting to create a namespace (for instance: )
resource "mimirtool_ruler_namespace" "my_namespace" { namespace = "my_namespace" config_yaml = file("my_namespace.yaml") strict_recording_rule_check = true }
where my_namespace.yaml contains the following:
my_namespace.yaml
--- namespace: my_namespace groups: []
Terraform succeeds to plan but fails to apply and returns no namespace definition found.
no namespace definition found
Terraform should fail to plan or proceed to create an empty namespace on apply.
The text was updated successfully, but these errors were encountered:
Merge pull request ovh#20 from nijave/dependabot/github_actions/crazy…
b501a31
…-max/ghaction-import-gpg-6 Bump crazy-max/ghaction-import-gpg from 5 to 6
No branches or pull requests
actual behavior
When attempting to create a namespace (for instance: )
where
my_namespace.yaml
contains the following:Terraform succeeds to plan but fails to apply and returns
no namespace definition found
.Expected Behavior
Terraform should fail to plan or proceed to create an empty namespace on apply.
The text was updated successfully, but these errors were encountered: