Skip to content

Commit ce247d7

Browse files
Benbentwoclaude
andcommitted
chore: upgrade remote-state to v2.0.0
Upgrade cloudposse/stack-config/yaml//modules/remote-state from v1.x to v2.0.0. This enables compatibility with cloudposse/utils provider v2.x. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b1e23fb commit ce247d7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/remote-state.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "datadog-integration" {
22
source = "cloudposse/stack-config/yaml//modules/remote-state"
3-
version = "1.8.0"
3+
version = "2.0.0"
44

55
component = "datadog-integration"
66

src/versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ terraform {
1010
source = "datadog/datadog"
1111
version = ">= 3.3.0"
1212
}
13+
utils = {
14+
source = "cloudposse/utils"
15+
version = ">= 2.0.0, < 3.0.0"
16+
}
1317
}
1418
}

0 commit comments

Comments
 (0)