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

Password is not actually required. #2670

Merged
merged 1 commit into from
Nov 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ so Terraform knows to manage them.
- [Resource: `google_pubsub_subscription`](#resource-google_pubsub_subscription)
- [Resource: `google_service_account_key`](#resource-google_service_account_key)
- [Resource: `google_sql_database_instance`](#resource-google_sql_database_instance)
- [Resource: `google_sql_user`](#resource-google_sql_user)
- [Resource: `google_storage_bucket`](#resource-google_storage_bucket)
- [Resource: `google_storage_transfer_job`](#resource-google_storage_transfer_job)

Expand Down Expand Up @@ -849,13 +848,6 @@ required on the `google_sql_database_instance.settings.ip_configuration.authoriz
In an attempt to avoid allowing empty blocks in config files, `zone` is now
required on the `google_sql_database_instance.settings.location_preference` block.

## Resource: `google_sql_user`

### `password` is now required

In previous releases, the `password` field of the `google_sql_user` resource was erroneously marked as optional,
despite it being required by the API. It is now correctly marked as required.

## Resource: `google_storage_bucket`

### `enabled` is now required on block `google_storage_bucket.versioning`
Expand Down