* Update module github.com/hashicorp/terraform-plugin-framework to v1.4.0 * Go get tf plugin sdk v2 * fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.6.1 * Update examples * Update docs --------- Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: vicentepinto98 <vicente.pinto@freiheit.com>
4 lines
160 B
HCL
4 lines
160 B
HCL
data "stackit_mongodbflex_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
}
|