File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
examples/managed-grafana-workspace Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ locals {
14
14
15
15
module "managed_grafana" {
16
16
source = " terraform-aws-modules/managed-service-grafana/aws"
17
- version = " 1.8 .0"
17
+ version = " 1.10 .0"
18
18
19
19
name = local. name
20
20
associate_license = false
@@ -32,6 +32,8 @@ module "managed_grafana" {
32
32
}
33
33
})
34
34
35
+ grafana_version = " 9.4"
36
+
35
37
36
38
# Workspace IAM role
37
39
create_iam_role = true
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ under **Supporting Examples**
15
15
16
16
| Name | Version |
17
17
| ------| ---------|
18
- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.1 .0 |
19
- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 4 .0.0 |
18
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 .0 |
19
+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | >= 5 .0.0 |
20
20
21
21
## Providers
22
22
@@ -26,7 +26,7 @@ No providers.
26
26
27
27
| Name | Source | Version |
28
28
| ------| --------| ---------|
29
- | <a name =" module_managed_grafana " ></a > [ managed\_ grafana] ( #module\_ managed\_ grafana ) | terraform-aws-modules/managed-service-grafana/aws | 1.8 .0 |
29
+ | <a name =" module_managed_grafana " ></a > [ managed\_ grafana] ( #module\_ managed\_ grafana ) | terraform-aws-modules/managed-service-grafana/aws | 1.10 .0 |
30
30
31
31
## Resources
32
32
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 1.1 .0"
2
+ required_version = " >= 1.3 .0"
3
3
4
4
required_providers {
5
5
aws = {
6
6
source = " hashicorp/aws"
7
- version = " >= 4 .0.0"
7
+ version = " >= 5 .0.0"
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change 27
27
- Concepts : concepts.md
28
28
- Amazon EKS :
29
29
- Infrastructure monitoring : eks/index.md
30
+ - Multicluster monitoring : eks/multicluster.md
30
31
- Java/JMX : eks/java.md
31
- - Multicluster : eks/multicluster.md
32
32
- Nginx : eks/nginx.md
33
33
- Viewing logs : eks/logs.md
34
34
- Teardown : eks/destroy.md
You can’t perform that action at this time.
0 commit comments