Skip to content

Commit

Permalink
Refactor - reorder for ease of reading.
Browse files Browse the repository at this point in the history
ND-533
  • Loading branch information
Stephen.James committed Oct 1, 2024
1 parent 55cca06 commit 6b7aad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ provider "aws" {
}
}

data "aws_region" "current_region" {}
data "aws_caller_identity" "shared_services_account" {}


module "label" {
source = "cloudposse/label/null"
version = "0.25.0"
Expand All @@ -32,7 +36,3 @@ module "label" {
"source-code" = "https://github.com/ministryofjustice/network-access-control-infrastructure"
}
}


data "aws_region" "current_region" {}
data "aws_caller_identity" "shared_services_account" {}

0 comments on commit 6b7aad7

Please sign in to comment.