You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a terraform plan and terraform apply the Database and second Keyspace should be created. If a terraform plan is executed again, the only change should be that the second keyspace needs to be added to the database resource's additional keyspace array, and it should indicate that only a terraform apply -refresh-only needs to be executed.
Actual Behavior
In the second terraform plan, terraform indicates that the second keyspace (Keyspace2 in this example) needs to be added to the database resources' additional keyspaces, and also that the second keyspace needs to be deleted and re-added.
Steps to Reproduce
terraform plan
terraform apply
terraform plan
Important Factoids
N/A
References
N/A
┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: TERRA-48
┆priority: Major
The text was updated successfully, but these errors were encountered:
Hi there,
Please provide the following details with your issue report.
Terraform Version
Terraform v1.1.2
on linux_amd64
Affected Resource(s)
astra_keyspace
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
After a
terraform plan
andterraform apply
the Database and second Keyspace should be created. If aterraform plan
is executed again, the only change should be that the second keyspace needs to be added to the database resource's additional keyspace array, and it should indicate that only aterraform apply -refresh-only
needs to be executed.Actual Behavior
In the second
terraform plan
, terraform indicates that the second keyspace (Keyspace2
in this example) needs to be added to the database resources' additional keyspaces, and also that the second keyspace needs to be deleted and re-added.Steps to Reproduce
terraform plan
terraform apply
terraform plan
Important Factoids
N/A
References
N/A
┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: TERRA-48
┆priority: Major
The text was updated successfully, but these errors were encountered: