Skip to content

Commit 02254a6

Browse files
committed
chore: update aks starterkit meshstack provider
Allows use of ephemeral API keys.
1 parent eb121ab commit 02254a6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

modules/aks/starterkit/buildingblock/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This documentation is intended as a reference documentation for cloud foundation
1515

1616
| Name | Version |
1717
|------|---------|
18-
| <a name="requirement_meshstack"></a> [meshstack](#requirement\_meshstack) | 0.15.0 |
18+
| <a name="requirement_meshstack"></a> [meshstack](#requirement\_meshstack) | 0.17.3 |
1919

2020
## Modules
2121

@@ -25,15 +25,15 @@ No modules.
2525

2626
| Name | Type |
2727
|------|------|
28-
| [meshstack_building_block_v2.github_actions_dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/building_block_v2) | resource |
29-
| [meshstack_building_block_v2.github_actions_prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/building_block_v2) | resource |
30-
| [meshstack_building_block_v2.repo](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/building_block_v2) | resource |
31-
| [meshstack_project.dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/project) | resource |
32-
| [meshstack_project.prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/project) | resource |
33-
| [meshstack_project_user_binding.creator_dev_admin](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/project_user_binding) | resource |
34-
| [meshstack_project_user_binding.creator_prod_admin](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/project_user_binding) | resource |
35-
| [meshstack_tenant_v4.dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/tenant_v4) | resource |
36-
| [meshstack_tenant_v4.prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.15.0/docs/resources/tenant_v4) | resource |
28+
| [meshstack_building_block_v2.github_actions_dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/building_block_v2) | resource |
29+
| [meshstack_building_block_v2.github_actions_prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/building_block_v2) | resource |
30+
| [meshstack_building_block_v2.repo](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/building_block_v2) | resource |
31+
| [meshstack_project.dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project) | resource |
32+
| [meshstack_project.prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project) | resource |
33+
| [meshstack_project_user_binding.creator_dev_admin](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project_user_binding) | resource |
34+
| [meshstack_project_user_binding.creator_prod_admin](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project_user_binding) | resource |
35+
| [meshstack_tenant_v4.dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/tenant_v4) | resource |
36+
| [meshstack_tenant_v4.prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/tenant_v4) | resource |
3737
| [random_id.repo_suffix](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) | resource |
3838

3939
## Inputs

modules/aks/starterkit/buildingblock/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
meshstack = {
44
source = "meshcloud/meshstack"
5-
version = "0.15.0"
5+
version = "0.17.3"
66
}
77
}
88
}

0 commit comments

Comments
 (0)