-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Closed
Copy link
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
What would you like to be added
For OpenStack Terraform modules, update openstack_blockstorage_volume_v2 to openstack_blockstorage_volume_v3.
I will submit a PR after a test deployment.
Why is this needed
openstack_blockstorage_volume_v2 is depricated and support for it is ending "soon".
│ Warning: Deprecated Resource
│
│ with module.compute.openstack_blockstorage_volume_v2.glusterfs_volume,
│ on modules/compute/main.tf line 1081, in resource "openstack_blockstorage_volume_v2" "glusterfs_volume":
│ 1081: resource "openstack_blockstorage_volume_v2" "glusterfs_volume" {
│
│ use openstack_blockstorage_volume_v3 resource instead
│
│ (and 5 more similar warnings elsewhere)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.