Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

aws: update RDS resources to remove calls to ListTagsForResource #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zhenchristopher
Copy link
Contributor

@zhenchristopher zhenchristopher commented Jul 20, 2021

This API call is no longer necessary since with the new SDK, all the tags are
already returned in the Describe* calls. This will cut down on the number of
API calls terraform is making during state refreshes.

We can build a binary off of this branch and update the master branch whenever we need to bump the version of our provider.

Output from acceptance testing (ran make test + tests for aws package and each resource modified):

$ make test

ok ..

$ go test -timeout 30s -run ^(TestAccAWSRDSClusterInstance_basic|TestAccAWSRDSClusterInstance_isAlreadyBeingDeleted| ...

This API call is no longer necessary since with the new SDK, all the tags are
already returned in the Describe* calls. This will cut down on the number of
API calls terraform is making during state refreshes.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant