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 and rileykarson committed Nov 13, 2019
1 parent fab94d9 commit b532fb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2855,6 +2855,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 b532fb5

Please sign in to comment.