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

Information about planned deprecation before v2 #280

Open
2 of 14 tasks
tbroden84 opened this issue Jun 5, 2024 · 0 comments
Open
2 of 14 tasks

Information about planned deprecation before v2 #280

tbroden84 opened this issue Jun 5, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@tbroden84
Copy link
Contributor

tbroden84 commented Jun 5, 2024

Before the release of a new major version (v2). List resources, data sources, arguments and attribute to be marked as deprecated and changes we want for v2.

https://developer.hashicorp.com/terraform/plugin/framework/deprecations

Rename

Rename of resources, data sources, arguments and attributes.

Resource/data source

  • cloudamqp_notification to cloudamqp_recipient
  • data_source_cloudamqp_notification to data_source_cloudamqp_recipient
  • data_source_cloudamqp_account to data_source_cloudamqp_instances
  • data_source_cloudamqp_account_vpcs to data_source_cloudamqp_vpcs
  • cloudamqp_webhook to cloudamqp_integration_webhook

Legacy

Remove of resources, data sources, arguments and attributes.

Resource

  • cloudamqp_privatelink_aws - already replaced with cloudamqp_vpc_connect
  • cloudamqp_privatelink_azure - already replaced with cloudamqp_vpc_connect
  • cloudamqp_upgrade_rabbitmq - investigate with framework to update with cloudamqp_instance.rmq_version

Argument

  • cloudamqp_instance.vpc_subnet - no longer supported due to standalone VPC
  • cloudamqp_integration_metric.queue_whitelist - already marked as deprecated
  • cloudamqp_integration_metric.vhost_whitelist - already marked as deprecated
  • *.timeout - retries and customizable timeouts supported by framework?
  • *.sleep- retries and customizable timeouts supported by framework?

Change

Change of resources, data sources, arguments and attributes.

Argument

  • cloudamqp_instance.keep_associated_vpc - change default value to true
@tbroden84 tbroden84 added the enhancement New feature or request label Jun 5, 2024
@tbroden84 tbroden84 added this to the v2.0.0 milestone Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant