Skip to content

Commit

Permalink
files
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 13, 2026
1 parent e1b5733 commit 5e539fc
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 29 deletions.
4 changes: 0 additions & 4 deletions common/base_settings.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
data "aws_caller_identity" "current" {}
data "aws_region" "current" {}
data "aws_partition" "current" {}

locals {
account_id = data.aws_caller_identity.current.account_id
region = data.aws_region.current.id
Expand Down
8 changes: 8 additions & 0 deletions common/data.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
data "aws_caller_identity" "current" {}

data "aws_arn" "current" {
arn = data.aws_caller_identity.current.arn
}

data "aws_region" "current" {}

data "aws_vpc" "vpc" {
filter {
name = "tag:Name"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions common/version.tf

This file was deleted.

1 change: 1 addition & 0 deletions common/version.tf
7 changes: 0 additions & 7 deletions data.tf

This file was deleted.

1 change: 1 addition & 0 deletions ec2/version.tf
3 changes: 3 additions & 0 deletions module_name.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
locals {
module_name = "aws-servicecatalog"
}
9 changes: 0 additions & 9 deletions versions.tf

This file was deleted.

0 comments on commit 5e539fc

Please sign in to comment.