-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a4ce0b
commit 6055d05
Showing
37 changed files
with
715 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
formatter: "tfvars hcl" | ||
|
||
output: | ||
file: "./terraform.tfvars.example" | ||
mode: replace | ||
template: "{{ .Content }}" | ||
|
||
settings: | ||
description: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
formatter: "markdown table" | ||
|
||
output: | ||
file: "./README.md" | ||
|
||
sort: | ||
enabled: true | ||
by: required | ||
|
||
|
||
settings: | ||
anchor: false | ||
hide-empty: true | ||
lockfile: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
|
||
|
||
## Providers | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| humanitec | n/a | | ||
|
||
## Modules | ||
|
||
| Name | Source | Version | | ||
|------|--------|---------| | ||
| iam\_policy\_s3\_admin | ../../humanitec-resource-defs/iam-policy/s3-admin | n/a | | ||
| iam\_policy\_sqs\_admin | ../../humanitec-resource-defs/iam-policy/sqs-admin | n/a | | ||
| iam\_role\_service\_account | ../../humanitec-resource-defs/iam-role/service-account | n/a | | ||
| k8s\_service\_account | ../../humanitec-resource-defs/k8s/service-account | n/a | | ||
| s3\_basic | ../../humanitec-resource-defs/s3/basic | n/a | | ||
| sqs\_basic | ../../humanitec-resource-defs/sqs/basic | n/a | | ||
| workload | ../../humanitec-resource-defs/workload/service-account | n/a | | ||
|
||
## Resources | ||
|
||
| Name | Type | | ||
|------|------| | ||
| [humanitec_application.example](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/application) | resource | | ||
| [humanitec_resource_definition_criteria.iam_policy_s3_admin](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
| [humanitec_resource_definition_criteria.iam_policy_sqs_admin](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
| [humanitec_resource_definition_criteria.iam_role_service_account](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
| [humanitec_resource_definition_criteria.k8s_service_account](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
| [humanitec_resource_definition_criteria.s3_basic](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
| [humanitec_resource_definition_criteria.sqs_basic](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
| [humanitec_resource_definition_criteria.workload](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource | | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| access\_key | n/a | `string` | n/a | yes | | ||
| humanitec\_organization | n/a | `string` | n/a | yes | | ||
| oidc\_provider | n/a | `string` | n/a | yes | | ||
| oidc\_provider\_arn | n/a | `string` | n/a | yes | | ||
| secret\_key | n/a | `string` | n/a | yes | | ||
| name | n/a | `string` | `"item-list"` | no | | ||
| region | n/a | `string` | `"eu-central-1"` | no | | ||
| resource\_packs\_aws\_rev | n/a | `string` | `"refs/heads/main"` | no | | ||
<!-- END_TF_DOCS --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
access_key = "" | ||
humanitec_organization = "" | ||
name = "item-list" | ||
oidc_provider = "" | ||
oidc_provider_arn = "" | ||
region = "eu-central-1" | ||
resource_packs_aws_rev = "refs/heads/main" | ||
secret_key = "" |
32 changes: 32 additions & 0 deletions
32
humanitec-resource-defs/iam-policy/ecr-create-repository/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
|
||
|
||
## Providers | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| humanitec | n/a | | ||
|
||
## Resources | ||
|
||
| Name | Type | | ||
|------|------| | ||
| [humanitec_resource_definition.main](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource | | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| access\_key | n/a | `string` | n/a | yes | | ||
| humanitec\_organization | n/a | `string` | n/a | yes | | ||
| prefix | n/a | `string` | n/a | yes | | ||
| region | n/a | `string` | n/a | yes | | ||
| resource\_packs\_aws\_rev | n/a | `string` | n/a | yes | | ||
| secret\_key | n/a | `string` | n/a | yes | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| id | n/a | | ||
<!-- END_TF_DOCS --> |
6 changes: 6 additions & 0 deletions
6
humanitec-resource-defs/iam-policy/ecr-create-repository/terraform.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
access_key = "" | ||
humanitec_organization = "" | ||
prefix = "" | ||
region = "" | ||
resource_packs_aws_rev = "" | ||
secret_key = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
|
||
|
||
## Providers | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| humanitec | n/a | | ||
|
||
## Resources | ||
|
||
| Name | Type | | ||
|------|------| | ||
| [humanitec_resource_definition.main](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource | | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| access\_key | n/a | `string` | n/a | yes | | ||
| humanitec\_organization | n/a | `string` | n/a | yes | | ||
| prefix | n/a | `string` | n/a | yes | | ||
| region | n/a | `string` | n/a | yes | | ||
| resource\_packs\_aws\_rev | n/a | `string` | n/a | yes | | ||
| s3\_resource\_definition\_class | n/a | `string` | n/a | yes | | ||
| secret\_key | n/a | `string` | n/a | yes | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| id | n/a | | ||
<!-- END_TF_DOCS --> |
7 changes: 7 additions & 0 deletions
7
humanitec-resource-defs/iam-policy/s3-admin/terraform.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
access_key = "" | ||
humanitec_organization = "" | ||
prefix = "" | ||
region = "" | ||
resource_packs_aws_rev = "" | ||
s3_resource_definition_class = "" | ||
secret_key = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
|
||
|
||
## Providers | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| humanitec | n/a | | ||
|
||
## Resources | ||
|
||
| Name | Type | | ||
|------|------| | ||
| [humanitec_resource_definition.main](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource | | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| access\_key | n/a | `string` | n/a | yes | | ||
| humanitec\_organization | n/a | `string` | n/a | yes | | ||
| prefix | n/a | `string` | n/a | yes | | ||
| region | n/a | `string` | n/a | yes | | ||
| resource\_packs\_aws\_rev | n/a | `string` | n/a | yes | | ||
| secret\_key | n/a | `string` | n/a | yes | | ||
| sqs\_resource\_definition\_class | n/a | `string` | n/a | yes | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| id | n/a | | ||
<!-- END_TF_DOCS --> |
7 changes: 7 additions & 0 deletions
7
humanitec-resource-defs/iam-policy/sqs-admin/terraform.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
access_key = "" | ||
humanitec_organization = "" | ||
prefix = "" | ||
region = "" | ||
resource_packs_aws_rev = "" | ||
secret_key = "" | ||
sqs_resource_definition_class = "" |
35 changes: 35 additions & 0 deletions
35
humanitec-resource-defs/iam-role/service-account/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- BEGIN_TF_DOCS --> | ||
|
||
|
||
## Providers | ||
|
||
| Name | Version | | ||
|------|---------| | ||
| humanitec | n/a | | ||
|
||
## Resources | ||
|
||
| Name | Type | | ||
|------|------| | ||
| [humanitec_resource_definition.main](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource | | ||
|
||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:--------:| | ||
| access\_key | n/a | `string` | n/a | yes | | ||
| humanitec\_organization | n/a | `string` | n/a | yes | | ||
| oidc\_provider | n/a | `string` | n/a | yes | | ||
| oidc\_provider\_arn | n/a | `string` | n/a | yes | | ||
| policy\_classes | n/a | `list(string)` | n/a | yes | | ||
| prefix | n/a | `string` | n/a | yes | | ||
| region | n/a | `string` | n/a | yes | | ||
| resource\_packs\_aws\_rev | n/a | `string` | n/a | yes | | ||
| secret\_key | n/a | `string` | n/a | yes | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| id | n/a | | ||
<!-- END_TF_DOCS --> |
9 changes: 9 additions & 0 deletions
9
humanitec-resource-defs/iam-role/service-account/terraform.tfvars.example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
access_key = "" | ||
humanitec_organization = "" | ||
oidc_provider = "" | ||
oidc_provider_arn = "" | ||
policy_classes = "" | ||
prefix = "" | ||
region = "" | ||
resource_packs_aws_rev = "" | ||
secret_key = "" |
Oops, something went wrong.