Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plural
platform
terraform-google-kubernetes-engine
Commits
fc031fcb
Unverified
Commit
fc031fcb
authored
5 years ago
by
Morgante Pell
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
chore: Generate docs for workload identity submodule (#532)
parent
432e5bf0
master
asm-add-project-number
bharathkkb-patch-1
bharathkkb-test-bot
docs/reg-proj
docs/v10.0
feat/attribution
feature/shadow-firewall
fix/vpc-native
module-attribution
morgante-patch-2
release-v10.0.0
release-v10.1.0
release-v11.1.0
release-v11.2.0
release-v12.0.0
release-v12.0.1
release-v12.1.0
release-v12.2.0
release-v12.3.0
release-v12.4.0
release-v13.0.0
release-v13.1.0
release-v14.0.0
release-v14.0.1
release-v14.1.0
release-v14.1.1
release-v14.2.0
release-v14.2.1
release-v9.3.0
release-v9.3.1
release-v9.4.0
release-v9.5.0
rm-k8s-provider
v14.2.0
v14.1.0
v14.0.1
v14.0.0
v13.1.0
v13.0.0
v12.3.0
v12.2.0
v12.1.0
v12.0.0
v11.1.0
v11.0.0
v10.0.0
v9.4.0
v9.3.0
v9.2.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/workload-identity/README.md
+17
-13
modules/workload-identity/README.md
with
17 additions
and
13 deletions
+17
-13
modules/workload-identity/README.md
+
17
-
13
View file @
fc031fcb
...
...
@@ -66,21 +66,25 @@ module "my-app-workload-identity" {
}
```
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs
| Name | Description | Type | Default | Required |
| ---------------------- | ------------------------------------------------------------------ | :----: | :---------: | :------: |
| name | Name for both service accounts | string | n/a | yes |
| namespace | Namespace for k8s service account | string |
`"default"`
| no |
| project | GCP project ID | string | n/a | yes |
| use
\_
existing
\_
k8s
\_
sa | Use an existing kubernetes service account instead of creating one | bool |
`false`
| no |
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| k8s
\_
sa
\_
name | Name for the existing Kubernetes service account | string |
`"null"`
| no |
| name | Name for both service accounts | string | n/a | yes |
| namespace | Namespace for k8s service account | string |
`"default"`
| no |
| project
\_
id | GCP project ID | string | n/a | yes |
| use
\_
existing
\_
k8s
\_
sa | Use an existing kubernetes service account instead of creating one | bool |
`"false"`
| no |
## Outputs
| Name | Description |
| -------------------------------- | ----------------------------------------------------------- |
| gcp
\_
service
\_
account
\_
email | GCP service account's email |
| gcp
\_
service
\_
account
\_
fqn | GCP service account's email prefixed with
`serviceAccount:`
|
| gcp
\_
service
\_
account
\_
name | GCP service account's name |
| k8s
\_
service
\_
account
\_
name | Kubernetes service account's name |
| k8s
\_
service
\_
account
\_
namespace | Kubernetes service account's namespace |
| Name | Description |
|------|-------------|
| gcp
\_
service
\_
account
\_
email | Email address of GCP service account. |
| gcp
\_
service
\_
account
\_
fqn | FQN of GCP service account. |
| gcp
\_
service
\_
account
\_
name | Name of GCP service account. |
| k8s
\_
service
\_
account
\_
name | Name of k8s service account. |
| k8s
\_
service
\_
account
\_
namespace | Namespace of k8s service account. |
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help