File tree 4 files changed +4
-24
lines changed
4 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ override.tf.json
38
38
# Ignore CLI configuration files
39
39
.terraformrc
40
40
terraform.rc
41
+ .terraform.lock.hcl
42
+ .terraform
41
43
42
44
# MacOS General
43
45
.DS_Store
@@ -369,10 +371,6 @@ node_modules/
369
371
* .dsw
370
372
* .dsp
371
373
372
- # Visual Studio 6 technical files
373
- * .ncb
374
- * .aps
375
-
376
374
# Visual Studio LightSwitch build output
377
375
** /* .HTMLClient /GeneratedArtifacts
378
376
** /* .DesktopClient /GeneratedArtifacts
Original file line number Diff line number Diff line change @@ -85,15 +85,11 @@ No resources.
85
85
86
86
## Inputs
87
87
88
- | Name | Description | Type | Default | Required |
89
- | ------| -------------| ------| ---------| :--------:|
90
- | <a name =" input_context " ></a > [ context] ( #input\_ context ) | Default context for naming and tagging purpose | <pre >object({<br > organization = string<br > environment = string<br > account = string<br > product = string<br > tags = map(string)<br > })</pre > | n/a | yes |
88
+ No inputs.
91
89
92
90
## Outputs
93
91
94
- | Name | Description |
95
- | ------| -------------|
96
- | <a name =" output_context " ></a > [ context] ( #output\_ context ) | Exported context from input variable |
92
+ No outputs.
97
93
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
98
94
<!-- markdownlint-disable -->
99
95
<!-- prettier-ignore-end -->
Original file line number Diff line number Diff line change 1
- output "context" {
2
- value = var. context
3
- description = " Exported context from input variable"
4
- }
Original file line number Diff line number Diff line change 1
- variable "context" {
2
- type = object ({
3
- organization = string
4
- environment = string
5
- account = string
6
- product = string
7
- tags = map (string )
8
- })
9
- description = " Default context for naming and tagging purpose"
10
- }
You can’t perform that action at this time.
0 commit comments