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

Timeout not taking effect 0.12.2 #21861

Closed
sce81 opened this issue Jun 24, 2019 · 2 comments
Closed

Timeout not taking effect 0.12.2 #21861

sce81 opened this issue Jun 24, 2019 · 2 comments

Comments

@sce81
Copy link

sce81 commented Jun 24, 2019

Terraform Version

tf 0.12.2
google 2.8.0
google_beta 2.8.0

Terraform Configuration Files

  # module.hashicorp-consul-servers.google_compute_region_instance_group_manager.consul_server will be created
  + resource "google_compute_region_instance_group_manager" "consul_server" {
      + base_instance_name        = "consul-cluster-servers"
      + distribution_policy_zones = (known after apply)
      + fingerprint               = (known after apply)
      + id                        = (known after apply)
      + instance_group            = (known after apply)
      + name                      = "infra-consul-cluster-servers-group-manager"
      + project                   = "PROJECT"
      + region                    = "europe-west1"
      + self_link                 = (known after apply)
      + target_size               = 3
      + wait_for_instances        = false

      + timeouts {
          + create = "10m"
          + delete = "10m"
          + update = "10m"
        }

      + update_policy {
          + max_surge_fixed         = (known after apply)
          + max_surge_percent       = (known after apply)
          + max_unavailable_fixed   = (known after apply)
          + max_unavailable_percent = (known after apply)
          + min_ready_sec           = (known after apply)
          + minimal_action          = (known after apply)
          + type                    = (known after apply)
        }

      + version {
          + instance_template = "https://www.googleapis.com/compute/beta/projects/PROJECT/global/instanceTemplates/hb-infra-consul-server-template-4"
          + name              = "infra-consul-server"
        }
    }



module.hashicorp-consul-servers.google_compute_region_instance_group_manager.consul_server: Still creating... [3m50s elapsed]
module.hashicorp-consul-servers.google_compute_region_instance_group_manager.consul_server: Still creating... [4m0s elapsed]

Error: Error waiting for Creating InstanceGroupManager: timeout while waiting for state to become 'DONE' (last state: 'RUNNING', timeout: 4m0s)

  on .terraform/modules/hashicorp-consul-servers/main.tf line 1, in resource "google_compute_region_instance_group_manager" "consul_server":
   1: resource "google_compute_region_instance_group_manager" "consul_server" {

Debug Output

Crash Output

Expected Behavior

Actual Behavior

Steps to Reproduce

Additional Context

References

@phinze
Copy link
Contributor

phinze commented Jun 25, 2019

Thanks for the report. This issue was fixed here: #21814 and will start working after the Google provider is able to cut a release built against 0.12.3 or higher.

@phinze phinze closed this as completed Jun 25, 2019
@ghost
Copy link

ghost commented Jul 26, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Jul 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants