Skip to content

Commit b3e593b

Browse files
renovate[bot]cloudpossebot
authored andcommitted
chore(deps): update terraform cloudposse/stack-config/yaml to v1.8.0
1 parent d283a74 commit b3e593b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/provider-grafana.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "grafana_api_key_component_name" {
1212

1313
module "grafana" {
1414
source = "cloudposse/stack-config/yaml//modules/remote-state"
15-
version = "1.5.0"
15+
version = "1.8.0"
1616

1717
component = var.grafana_component_name
1818

@@ -21,7 +21,7 @@ module "grafana" {
2121

2222
module "grafana_api_key" {
2323
source = "cloudposse/stack-config/yaml//modules/remote-state"
24-
version = "1.5.0"
24+
version = "1.8.0"
2525

2626
component = var.grafana_api_key_component_name
2727

src/remote-state.tf

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

55
component = var.prometheus_component_name
66

0 commit comments

Comments
 (0)