Closed muffl0n closed 3 years ago
IntelliJ IDEA 2021.1.3 (Ultimate Edition) Build #IU-211.7628.21, built on June 30, 2021 Licensed to Sven Schliesing Subscription is active until February 8, 2022. Runtime version: 11.0.11+9-b1341.60 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 11.2.3 GC: ParNew, ConcurrentMarkSweep Memory: 3987M Cores: 16 Non-Bundled Plugins: com.databricks (1.1), org.intellij.plugins.hcl (0.7.10), name.kropp.intellij.makefile (211.7628.1), org.toml.lang (0.2.150.3968-211), org.jetbrains.kotlin (211-1.5.21-release-317-IJ7442.40), zielu.gittoolbox (203.5.10), Pythonid (211.7628.24), org.jetbrains.plugins.go (211.7628.1), com.google.gct.core (21.6.1) Kotlin: 211-1.5.21-release-317-IJ7442.40
0.7.10
Terraform v0.15.5 on darwin_amd64 + provider registry.terraform.io/hashicorp/google v3.75.0 + provider registry.terraform.io/hashicorp/google-beta v3.75.0 + provider registry.terraform.io/hashicorp/kubernetes v2.3.2 + provider registry.terraform.io/hashicorp/random v3.1.0
resource "google_sql_database_instance" "sophora" { project = var.project name = var.instance_name region = "europe-west3" database_version = "MYSQL_8_0" settings { tier = var.tier disk_autoresize = true ip_configuration { ipv4_enabled = false private_network = var.network } backup_configuration { enabled = true transaction_log_retention_days = 7 start_time = "09:00" // local TZ binary_log_enabled = true backup_retention_settings { retained_backups = 7 } } maintenance_window { day = "2" // Thursday hour = "7" // UTC update_track = "stable" } } }
No error message for sub-block "backup_retention_settings". Documentation shows that the block is correct, also terraform apply runs without problem.
terraform apply
Error message for sub-block "backup_retention_settings".
Please list the steps required to reproduce the issue, for example:
Fixed in 0.7.11
Prerequisites
Installation details
0.7.10
Terraform Configuration Files
Expected Behavior
No error message for sub-block "backup_retention_settings". Documentation shows that the block is correct, also
terraform apply
runs without problem.Actual Behavior
Error message for sub-block "backup_retention_settings".
Steps to Reproduce
Please list the steps required to reproduce the issue, for example: