aws-ia / terraform-aws-iam-identity-center

Apache License 2.0
16 stars 6 forks source link

use of data sources #30

Closed hacker65536 closed 3 weeks ago

hacker65536 commented 2 months ago

The use of data sources should be limited to resources other than those created by itself.

https://discuss.hashicorp.com/t/data-sources-forcing-replacement-even-though-nothing-has-changed/46452

novekm commented 1 month ago

Hi there, can you post the error message you are receiving? Data sources are used in various ways within the module, and some are required to overcome limitations within the upstream service APIs.

hacker65536 commented 1 month ago

33

novekm commented 3 weeks ago

@hacker65536 Thanks for your contribution! These changes have been merged and are in v0.0.3 🚀