File tree 4 files changed +0
-6
lines changed
examples/data-sources/corefunc_env_ensure
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ Maps to the [`corefunc.EnvEnsure()`](https://pkg.go.dev/github.com/northwood-lab
34
34
### ` AWS_DEFAULT_REGION ` is defined (no error)
35
35
36
36
``` terraform
37
- #-------------------------------------------------------------------------
38
37
# AWS_DEFAULT_REGION="us-east-1"
39
38
40
39
data "corefunc_env_ensure" "aws_default_region" {
@@ -53,7 +52,6 @@ output "aws_default_region_value" {
53
52
### ` AWS_PAGER ` is set to an empty string (error)
54
53
55
54
``` terraform
56
- #-------------------------------------------------------------------------
57
55
# AWS_PAGER=""
58
56
59
57
data "corefunc_env_ensure" "aws_pager" {
@@ -71,7 +69,6 @@ output "aws_pager_value" {
71
69
### ` AWS_VAULT ` is defined, but does not match pattern (error)
72
70
73
71
``` terraform
74
- #-------------------------------------------------------------------------
75
72
# AWS_VAULT="dev"
76
73
77
74
data "corefunc_env_ensure" "aws_vault" {
Original file line number Diff line number Diff line change 1
- # -------------------------------------------------------------------------
2
1
# AWS_DEFAULT_REGION="us-east-1"
3
2
4
3
data "corefunc_env_ensure" "aws_default_region" {
Original file line number Diff line number Diff line change 1
- # -------------------------------------------------------------------------
2
1
# AWS_PAGER=""
3
2
4
3
data "corefunc_env_ensure" "aws_pager" {
Original file line number Diff line number Diff line change 1
- # -------------------------------------------------------------------------
2
1
# AWS_VAULT="dev"
3
2
4
3
data "corefunc_env_ensure" "aws_vault" {
You can’t perform that action at this time.
0 commit comments