feat: use new module to build python package archive
This commit is contained in:
@@ -2,18 +2,17 @@ provider "aws" {
|
||||
region = "ap-east-1"
|
||||
default_tags {
|
||||
tags = {
|
||||
TerraformMode = "managed"
|
||||
TerraformDir = join("/", reverse(slice(reverse(split("/", path.cwd)), 0, 2)))
|
||||
TerraformDir = join("/", reverse(slice(reverse(split("/", path.cwd)), 0, 2)))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.3.0"
|
||||
required_version = ">= 1.1.0"
|
||||
required_providers {
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = ">= 4.40"
|
||||
version = ">= 6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user