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 v1.7.4
resource "selectel_mks_nodegroup_v1" "nodegroup_1" { ... volume_gb = 50 local_volume = false volume_type = fast.ru-7b ... }
local_volume = false don`t conflicts with not null volume_type
│ Error: Conflicting configuration arguments │ │ with module.kubernetes_nodegroup_with_flavour.selectel_mks_nodegroup_v1.nodegroup_1, │ on ../../terraform/global_router/modules/mks/nodegroup/main.tf line 16, in resource "selectel_mks_nodegroup_v1" "nodegroup_1": │ 16: volume_type = "fast.ru-7b" │ │ "volume_type": conflicts with local_volume
Please list the steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered:
@MaxOinRU, hi, please specify which version of terraform-provider-selectel do you use ?
Sorry, something went wrong.
@TawR1024, version 4.1.1
TawR1024
Successfully merging a pull request may close this issue.
Terraform Version
Terraform v1.7.4
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
local_volume = false don`t conflicts with not null volume_type
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered: