Skip to content

Commit

Permalink
fix container cluster (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Oct 28, 2019
1 parent 3e997ca commit 26c797d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2730,6 +2730,7 @@ func resourceContainerClusterStateImporter(d *schema.ResourceData, meta interfac

clusterName := d.Get("name").(string)

d.Set("location", location)
if err := waitForContainerClusterReady(config, project, location, clusterName, d.Timeout(schema.TimeoutCreate)); err != nil {
return nil, err
}
Expand Down

0 comments on commit 26c797d

Please sign in to comment.