diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 93d36b5..4e789c4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -206,9 +206,9 @@ }, "active": "e11a6a080eb83632", "lastOpenFiles": [ + "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 5.md", "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 2.md", "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 1.md", - "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 5.md", "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 4.md", "ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 3.md", "ISEN/English/CIPA4/16 janv 2026.md", diff --git a/ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 5.md b/ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 5.md index ee11d33..87f49c3 100644 --- a/ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 5.md +++ b/ISEN/Cloud Computing/CIPA4/Cloud Computing Cours 5.md @@ -233,9 +233,213 @@ output "demo-flask-url" { } output "nginx-url" { - value = "https://${openstack_networking_floatingip_v2.frontend_fip.address}" + value = "https://${openstack_networking_floatingip_v2.frontend_fip.address}.xip.opensteak.fr" +} +``` + +## 104 +`main.tf` +```tf +resource "kubernetes_config_map" "nginx-config" { + metadata { + name = "nginx-config" + } + + data = { + "nginx.conf" = <