File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ Check [examples](./examples/) for examples.
63
63
64
64
| Name | Source | Version |
65
65
|------|--------|---------|
66
- | <a name="module_meshcloud-service-account-meshfed-metering"></a> [meshcloud-service-account-meshfed-metering](#module\_meshcloud-service-account-meshfed-metering) | git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git | v0.1.0 |
67
- | <a name="module_meshcloud-service-account-meshfed-replicator"></a> [meshcloud-service-account-meshfed-replicator](#module\_meshcloud-service-account-meshfed-replicator) | git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git | v0.1.0 |
66
+ | <a name="module_meshcloud-service-account-meshfed-metering"></a> [meshcloud-service-account-meshfed-metering](#module\_meshcloud-service-account-meshfed-metering) | git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git//modules/meshcloud-service-account-meshfed-metering | v0.1.0 |
67
+ | <a name="module_meshcloud-service-account-meshfed-replicator"></a> [meshcloud-service-account-meshfed-replicator](#module\_meshcloud-service-account-meshfed-replicator) | git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git//modules/meshcloud-service-account-meshfed-replicator | v0.1.0 |
68
68
| <a name="module_replicator_service_principal"></a> [replicator\_service\_principal](#module\_replicator\_service\_principal) | ./modules/meshcloud-replicator-service-principal | n/a |
69
69
70
70
## Resources
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ module "replicator_service_principal" {
17
17
}
18
18
application_owners = var. application_owners
19
19
}
20
- // add source ref v0.1.0
20
+
21
21
module "meshcloud-service-account-meshfed-metering" {
22
22
count = var. metering_enabled ? 1 : 0
23
- source = " git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git?ref=v0.1.0"
23
+ source = " git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git//modules/meshcloud-service-account-meshfed-metering ?ref=v0.1.0"
24
24
namespace = kubernetes_namespace. meshcloud . metadata . 0 . name
25
25
additional_rules = var. metering_additional_rules
26
26
}
27
27
28
28
module "meshcloud-service-account-meshfed-replicator" {
29
29
count = var. replicator_enabled ? 1 : 0
30
- source = " git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git?ref=v0.1.0"
30
+ source = " git::https://github.com/meshcloud/terraform-kubernetes-meshplatform.git//modules/meshcloud-service-account-meshfed-replicator ?ref=v0.1.0"
31
31
namespace = kubernetes_namespace. meshcloud . metadata . 0 . name
32
32
additional_rules = var. replicator_additional_rules
33
33
}
You can’t perform that action at this time.
0 commit comments