Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to the modular-magician user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned to hashibot, a community member has claimed the issue already.
In the documentation for google_identity_platform_project_default_config, it says that google_identity_platform_config is deprecated and replaced by, umm. google_identity_platform_config. I think it is google_identity_platform_project_default_config that is deprecated and replaced by google_identity_platform_config.
I think that is confirmed by the more informative terraform plan deprecation warning.
Warning: Deprecated Resource
│
│ with module.google_identity_platform_project_default_config.default,
│ on ..module.tf line 50, in resource "google_identity_platform_project_default_config" "default":
│ 50: resource "google_identity_platform_project_default_config" "default" {
│
│ `google_identity_platform_config` is deprecated and will be removed in the
│ next major release of the provider. **Use the
│ `google_identity_platform_config` resource instead. It contains a more
│ comprehensive list of fields, and was created before
│ `google_identity_platform_project_default_config**` was added.
│
│ (and one more similar warning elsewhere)
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
1.7.7
Affected Resource(s)
google_identity_platform_project_default_config google_identity_platform_config
Steps to Reproduce
In the documentation for google_identity_platform_project_default_config, it says that google_identity_platform_config is deprecated and replaced by, umm. google_identity_platform_config. I think it is google_identity_platform_project_default_config that is deprecated and replaced by google_identity_platform_config.
I think that is confirmed by the more informative terraform plan deprecation warning.
Important Factoids
References
0000
b/323333611