Skip to content

Commit

Permalink
Merge pull request #1199 from wking/terraform-error-metadata
Browse files Browse the repository at this point in the history
pkg/asset/targets: Render the metadata asset before cluster
  • Loading branch information
smarterclayton authored Feb 6, 2019
2 parents e4df3e2 + e4dfd2d commit f34b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/targets/targets.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var (
&cluster.TerraformVariables{},
&kubeconfig.Admin{},
&tls.JournalCertKey{},
&cluster.Cluster{},
&cluster.Metadata{},
&cluster.Cluster{},
}
)

0 comments on commit f34b097

Please sign in to comment.