diff --git a/modules/aks/starterkit/buildingblock/README.md b/modules/aks/starterkit/buildingblock/README.md index 17f53a14..2ed11471 100644 --- a/modules/aks/starterkit/buildingblock/README.md +++ b/modules/aks/starterkit/buildingblock/README.md @@ -15,7 +15,7 @@ This documentation is intended as a reference documentation for cloud foundation | Name | Version | |------|---------| -| [meshstack](#requirement\_meshstack) | 0.17.3 | +| [meshstack](#requirement\_meshstack) | ~> 0.20.0 | ## Modules @@ -25,15 +25,15 @@ No modules. | Name | Type | |------|------| -| [meshstack_building_block_v2.github_actions_dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/building_block_v2) | resource | -| [meshstack_building_block_v2.github_actions_prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/building_block_v2) | resource | -| [meshstack_building_block_v2.repo](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/building_block_v2) | resource | -| [meshstack_project.dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project) | resource | -| [meshstack_project.prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project) | resource | -| [meshstack_project_user_binding.creator_dev_admin](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project_user_binding) | resource | -| [meshstack_project_user_binding.creator_prod_admin](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/project_user_binding) | resource | -| [meshstack_tenant_v4.dev](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/tenant_v4) | resource | -| [meshstack_tenant_v4.prod](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/resources/tenant_v4) | resource | +| [meshstack_building_block_v2.github_actions_dev](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/building_block_v2) | resource | +| [meshstack_building_block_v2.github_actions_prod](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/building_block_v2) | resource | +| [meshstack_building_block_v2.repo](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/building_block_v2) | resource | +| [meshstack_project.dev](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/project) | resource | +| [meshstack_project.prod](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/project) | resource | +| [meshstack_project_user_binding.creator_dev_admin](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/project_user_binding) | resource | +| [meshstack_project_user_binding.creator_prod_admin](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/project_user_binding) | resource | +| [meshstack_tenant_v4.dev](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/tenant_v4) | resource | +| [meshstack_tenant_v4.prod](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/resources/tenant_v4) | resource | | [random_id.repo_suffix](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) | resource | ## Inputs diff --git a/modules/aks/starterkit/buildingblock/versions.tf b/modules/aks/starterkit/buildingblock/versions.tf index 01b725a7..3090fe1f 100644 --- a/modules/aks/starterkit/buildingblock/versions.tf +++ b/modules/aks/starterkit/buildingblock/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { meshstack = { source = "meshcloud/meshstack" - version = "0.17.3" + version = "~> 0.20.0" } } } diff --git a/modules/oci/application-compartment/buildingblock/README.md b/modules/oci/application-compartment/buildingblock/README.md index 4cd32333..4858d875 100644 --- a/modules/oci/application-compartment/buildingblock/README.md +++ b/modules/oci/application-compartment/buildingblock/README.md @@ -161,7 +161,7 @@ The module automatically: | Name | Version | |------|---------| -| [meshstack](#requirement\_meshstack) | 0.17.3 | +| [meshstack](#requirement\_meshstack) | ~> 0.20.0 | | [oci](#requirement\_oci) | 7.32.0 | ## Modules @@ -180,7 +180,7 @@ No modules. | [oci_identity_user_group_membership.admins](https://registry.terraform.io/providers/oracle/oci/7.32.0/docs/resources/identity_user_group_membership) | resource | | [oci_identity_user_group_membership.readers](https://registry.terraform.io/providers/oracle/oci/7.32.0/docs/resources/identity_user_group_membership) | resource | | [oci_identity_user_group_membership.users](https://registry.terraform.io/providers/oracle/oci/7.32.0/docs/resources/identity_user_group_membership) | resource | -| [meshstack_project.project](https://registry.terraform.io/providers/meshcloud/meshstack/0.17.3/docs/data-sources/project) | data source | +| [meshstack_project.project](https://registry.terraform.io/providers/meshcloud/meshstack/latest/docs/data-sources/project) | data source | | [oci_identity_users.all_users](https://registry.terraform.io/providers/oracle/oci/7.32.0/docs/data-sources/identity_users) | data source | ## Inputs diff --git a/modules/oci/application-compartment/buildingblock/provider.tf b/modules/oci/application-compartment/buildingblock/provider.tf index 441d3e00..a524aa71 100644 --- a/modules/oci/application-compartment/buildingblock/provider.tf +++ b/modules/oci/application-compartment/buildingblock/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { meshstack = { source = "meshcloud/meshstack" - version = "0.17.3" + version = "~> 0.20.0" } oci = {