File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variable "grafana_api_key_component_name" {
12
12
13
13
module "grafana" {
14
14
source = " cloudposse/stack-config/yaml//modules/remote-state"
15
- version = " 1.5 .0"
15
+ version = " 1.8 .0"
16
16
17
17
component = var. grafana_component_name
18
18
@@ -21,7 +21,7 @@ module "grafana" {
21
21
22
22
module "grafana_api_key" {
23
23
source = " cloudposse/stack-config/yaml//modules/remote-state"
24
- version = " 1.5 .0"
24
+ version = " 1.8 .0"
25
25
26
26
component = var. grafana_api_key_component_name
27
27
Original file line number Diff line number Diff line change 1
1
module "prometheus" {
2
2
source = " cloudposse/stack-config/yaml//modules/remote-state"
3
- version = " 1.5 .0"
3
+ version = " 1.8 .0"
4
4
5
5
component = var. prometheus_component_name
6
6
You can’t perform that action at this time.
0 commit comments