Skip to content

Commit

Permalink
Updates from GitHub Actions Format Code workflow (#4762)
Browse files Browse the repository at this point in the history
Co-authored-by: modernisation-platform-ci <[email protected]>
  • Loading branch information
1 parent 00410dd commit a3f1315
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions terraform/environments/core-logging/base_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variable "networking" {
type = list(any)
default = [
{
"business-unit": "",
"set": "",
"application": "core-logging"
"business-unit" : "",
"set" : "",
"application" : "core-logging"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variable "networking" {
type = list(any)
default = [
{
"business-unit": "",
"set": "",
"application": "core-network-services"
"business-unit" : "",
"set" : "",
"application" : "core-network-services"
}
]
}
8 changes: 4 additions & 4 deletions terraform/environments/core-sandbox/base_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ variable "account_name" {


variable "networking" {
type = list(any)
type = list(any)
default = [
{
"business-unit": "",
"set": "",
"application": "core-sandbox"
"business-unit" : "",
"set" : "",
"application" : "core-sandbox"
}
]
}
10 changes: 5 additions & 5 deletions terraform/environments/core-sandbox/playground.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
data "aws_caller_identity" "current" {}

data "aws_ami_ids" "example" {
owners = ["self"]
filter {
name = "name"
values = ["oracle-linux-5.11*"]
}
owners = ["self"]
filter {
name = "name"
values = ["oracle-linux-5.11*"]
}
}

output "amis" {
Expand Down
6 changes: 3 additions & 3 deletions terraform/environments/core-security/base_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variable "networking" {
type = list(any)
default = [
{
"business-unit": "",
"set": "",
"application": "core-security"
"business-unit" : "",
"set" : "",
"application" : "core-security"
}
]
}
6 changes: 3 additions & 3 deletions terraform/environments/core-shared-services/base_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variable "networking" {
type = list(any)
default = [
{
"business-unit": "",
"set": "",
"application": "core-shared-services"
"business-unit" : "",
"set" : "",
"application" : "core-shared-services"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions terraform/environments/core-vpc/base_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variable "networking" {
type = list(any)
default = [
{
"business-unit": "",
"set": "",
"application": "core-vpc"
"business-unit" : "",
"set" : "",
"application" : "core-vpc"
}
]
}

0 comments on commit a3f1315

Please sign in to comment.