-
Notifications
You must be signed in to change notification settings - Fork 6
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
0a5ec2b
commit fc40463
Showing
25 changed files
with
81 additions
and
253 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
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
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
humanitec-resource-defs/gcp-iam-policy-binding/basic/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,17 @@ | ||
|
||
# Resource definition name | ||
name = "" | ||
|
||
prefix = "" | ||
|
||
# The role to bind to the scope, e.g. roles/storage.admin or roles/pubsub.publisher | ||
role = "" | ||
|
||
# Type the scope is applied to, e.g. bucket or topic | ||
scope_key = "" | ||
|
||
# The name of the resource the scope is applied to, e.g. my-bucket or my-topic | ||
scope_value = "" | ||
|
||
# The type of binding that should be created, e.g. storage_bucket or pubsub_topic | ||
type = "" |
28 changes: 28 additions & 0 deletions
28
humanitec-resource-defs/gcp-iam-policy-binding/basic/variables.tf
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,28 @@ | ||
variable "prefix" { | ||
type = string | ||
} | ||
|
||
variable "name" { | ||
description = "Resource definition name" | ||
type = string | ||
} | ||
|
||
variable "type" { | ||
description = "The type of binding that should be created, e.g. storage_bucket or pubsub_topic" | ||
type = string | ||
} | ||
|
||
variable "scope_key" { | ||
description = "Type the scope is applied to, e.g. bucket or topic" | ||
type = string | ||
} | ||
|
||
variable "scope_value" { | ||
description = "The name of the resource the scope is applied to, e.g. my-bucket or my-topic" | ||
type = string | ||
} | ||
|
||
variable "role" { | ||
description = "The role to bind to the scope, e.g. roles/storage.admin or roles/pubsub.publisher" | ||
type = string | ||
} |
22 changes: 0 additions & 22 deletions
22
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-subscription/main.tf
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...tec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-subscription/terraform.tfvars.example
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-subscription/variables.tf
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-topic/README.md
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-topic/main.tf
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-topic/outputs.tf
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-topic/providers.tf
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-topic/terraform.tfvars.example
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
humanitec-resource-defs/gcp-iam-policy-binding/gcp-pubsub-topic/variables.tf
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
humanitec-resource-defs/gcp-iam-policy-binding/gcs/README.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
humanitec-resource-defs/gcp-iam-policy-binding/gcs/outputs.tf
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
humanitec-resource-defs/gcp-iam-policy-binding/gcs/providers.tf
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.