Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jul 21, 2022
1 parent 0ed31cf commit 2431232
Show file tree
Hide file tree
Showing 10 changed files with 585 additions and 380 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "this" {
context = var.context
}

# Copy contents of cloudposse/terraform-null-label/variables.tf here
# Copy contents of cloudposse/terraform-null-label/module_variables.tf here

variable "context" {
type = any
Expand Down Expand Up @@ -199,4 +199,4 @@ variable "label_value_case" {
error_message = "Allowed values: `lower`, `title`, `upper`, `none`."
}
}
#### End of copy of cloudposse/terraform-null-label/variables.tf
#### End of copy of cloudposse/terraform-null-label/module_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "this" {
context = var.context
}

# Copy contents of cloudposse/terraform-null-label/variables.tf here
# Copy contents of cloudposse/terraform-null-label/module_variables.tf here

variable "context" {
type = any
Expand Down Expand Up @@ -199,4 +199,4 @@ variable "label_value_case" {
error_message = "Allowed values: `lower`, `title`, `upper`, `none`."
}
}
#### End of copy of cloudposse/terraform-null-label/variables.tf
#### End of copy of cloudposse/terraform-null-label/module_variables.tf
4 changes: 2 additions & 2 deletions context.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "this" {
context = var.context
}

# Copy contents of cloudposse/terraform-null-label/variables.tf here
# Copy contents of cloudposse/terraform-null-label/module_variables.tf here

variable "context" {
type = any
Expand Down Expand Up @@ -276,4 +276,4 @@ variable "descriptor_formats" {
EOT
}

#### End of copy of cloudposse/terraform-null-label/variables.tf
#### End of copy of cloudposse/terraform-null-label/module_variables.tf
4 changes: 2 additions & 2 deletions examples/ec2/context.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "this" {
context = var.context
}

# Copy contents of cloudposse/terraform-null-label/variables.tf here
# Copy contents of cloudposse/terraform-null-label/module_variables.tf here

variable "context" {
type = any
Expand Down Expand Up @@ -199,4 +199,4 @@ variable "label_value_case" {
error_message = "Allowed values: `lower`, `title`, `upper`, `none`."
}
}
#### End of copy of cloudposse/terraform-null-label/variables.tf
#### End of copy of cloudposse/terraform-null-label/module_variables.tf
4 changes: 2 additions & 2 deletions examples/fargate/context.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module "this" {
context = var.context
}

# Copy contents of cloudposse/terraform-null-label/variables.tf here
# Copy contents of cloudposse/terraform-null-label/module_variables.tf here

variable "context" {
type = any
Expand Down Expand Up @@ -199,4 +199,4 @@ variable "label_value_case" {
error_message = "Allowed values: `lower`, `title`, `upper`, `none`."
}
}
#### End of copy of cloudposse/terraform-null-label/variables.tf
#### End of copy of cloudposse/terraform-null-label/module_variables.tf
Loading

0 comments on commit 2431232

Please sign in to comment.