generated from masterpointio/terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
33 changed files
with
511 additions
and
1,750 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 was deleted.
Oops, something went wrong.
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,5 @@ | ||
stack_settings: | ||
manage_state: true | ||
description: This stack generates random pet names | ||
tfvars: | ||
enabled: 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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
stack_settings: | ||
manage_state: true | ||
tfvars: | ||
enabled: false | ||
|
||
|
||
enabled: 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 @@ | ||
length = 10 |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
variable "length" { | ||
description = "The length of the random name" | ||
type = number | ||
default = 2 | ||
} |
34 changes: 0 additions & 34 deletions
34
examples/complete/components/spacelift-policies/.terraform.lock.hcl
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
168 changes: 0 additions & 168 deletions
168
examples/complete/components/spacelift-policies/context.tf
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
examples/complete/components/spacelift-policies/stacks/common.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
examples/complete/components/spacelift-policies/stacks/trigger-retries.yaml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
examples/complete/components/spacelift-policies/tfvars/trigger-retries.tfvars
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.