Skip to content

Commit

Permalink
Fix example module output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Apr 4, 2019
1 parent 20c18e5 commit 1326847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/simple_zonal/unique_outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

output "service_account_resource_name" {
description = "The resource name of the service account to default running nodes as if not overridden in `node_pools`."
value = "${module.gke.service_account_resource_name}"
value = "${module.example.service_account_resource_name}"
}

0 comments on commit 1326847

Please sign in to comment.