Skip to content

Commit

Permalink
Merge pull request #298 from bharathkkb/feature/update-svc-account-docs
Browse files Browse the repository at this point in the history
Fix description for service account output
  • Loading branch information
morgante committed Oct 25, 2019
2 parents 2438e71 + 5b36044 commit 6912022
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion examples/deploy_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It will:
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/deploy_service/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/disable_client_cert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This example illustrates how to create a simple cluster and disable deprecated s
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/disable_client_cert/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/node_pool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example illustrates how to create a cluster with multiple custom node-pool
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/node_pool/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/shared_vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example illustrates how to create a simple cluster where the host network i
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/shared_vpc/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/simple_regional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example illustrates how to create a simple cluster.
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_regional/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/simple_regional_beta/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}
2 changes: 1 addition & 1 deletion examples/simple_regional_private/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This example illustrates how to create a simple private cluster.
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_regional_private/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/simple_regional_private_beta/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/simple_zonal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This example illustrates how to create a simple cluster.
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_zonal/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/simple_zonal_private/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example illustrates how to create a simple private cluster.
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_zonal_private/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/stub_domains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ It will:
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/stub_domains/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/stub_domains_private/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It will:
| network | |
| project\_id | |
| region | |
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. |
| service\_account | The default service account used for running nodes. |
| subnetwork | |
| zones | List of zones in which the cluster resides |

Expand Down
2 changes: 1 addition & 1 deletion examples/stub_domains_private/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/stub_domains_upstream_nameservers/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/upstream_nameservers/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

2 changes: 1 addition & 1 deletion examples/workload_metadata_config/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ output "ca_certificate" {
}

output "service_account" {
description = "The service account to default running nodes as if not overridden in `node_pools`."
description = "The default service account used for running nodes."
value = module.gke.service_account
}

0 comments on commit 6912022

Please sign in to comment.