hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Adding support for enabling and configuring MFA in Google Identity Platform for a tenant #17912

Open anuraaga opened 7 months ago

anuraaga commented 7 months ago

Community Note

Description

With #14192, support was added to configure MFA for the identity platform config, but the same setting hasn't been added to tenant configuration so tenant MFA cannot be configured.

New or Affected Resource(s)

Potential Terraform Configuration

google_identity_platform_tenant {
  mfa {
    state = "ENABLED"
  }
}

References

No response

b/336319453

melinath commented 7 months ago

Note from triage: This seems to exist in the API as mfaConfig so the field would likely be called mfa_config.

fabianrenner commented 2 weeks ago

Any updates on when this is going to be released?