We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a88a4e commit 66fcf57Copy full SHA for 66fcf57
1 file changed
modules/buildingblocks/seaweedfs-composition/outputs.tf
@@ -19,8 +19,8 @@ The following DNS A records are automatically created pointing to the worker nod
19
20
| Domain | Target IP |
21
|--------|-----------|
22
-| `${meshstack_building_block_v2.namespace.status.outputs.s3_api_url.value_string}` | `${local.public_ip}` |
23
-| `${meshstack_building_block_v2.namespace.status.outputs.keycloak_url.value_string}` | `${local.public_ip}` |
+| `${meshstack_building_block_v2.namespace.status.outputs.s3_api_url.value_string}` | `${var.ionos_public_ip}` |
+| `${meshstack_building_block_v2.namespace.status.outputs.keycloak_url.value_string}` | `${var.ionos_public_ip}` |
24
25
---
26
0 commit comments