diff --git a/infrastructure/aws/main.tf b/infrastructure/aws/main.tf index 7a58828..28e9cf2 100644 --- a/infrastructure/aws/main.tf +++ b/infrastructure/aws/main.tf @@ -334,7 +334,7 @@ module "agent" { "https://github.com/nullplatform/services-rds.git#1.0.0", "https://github.com/nullplatform/services-s-3.git#1.0.0", "https://github.com/nullplatform/services-postgresql-k-8-s.git#proposal/align-with-services-s-3", - "https://github.com/nullplatform/scopes-lambda.git#0.2.0", + "https://github.com/nullplatform/scopes-lambda.git#0.3.0", "https://github.com/nullplatform/services-dynamo-db.git#0.1.0", "https://github.com/nullplatform/scopes-networking.git#main", "https://github.com/nullplatform/parameters-provider.git#main" diff --git a/nullplatform/locals.tf b/nullplatform/locals.tf index 737b8d2..45e113a 100644 --- a/nullplatform/locals.tf +++ b/nullplatform/locals.tf @@ -80,7 +80,7 @@ locals { service_path = "lambda" repository_org = "nullplatform" repository_name = "scopes-lambda" - version = "0.2.0" + version = "0.3.0" create_scope_configuration = true action_spec_names = [ "adjust-provisioned-concurrency",