mirror of
				https://github.com/optim-enterprises-bv/terraform-talos.git
				synced 2025-10-30 09:53:04 +00:00 
			
		
		
		
	Fix meta-server access
This commit is contained in:
		| @@ -7,7 +7,7 @@ resource "scaleway_instance_server" "web" { | ||||
|   image             = data.scaleway_instance_image.talos.id | ||||
|   type              = lookup(var.instances, "web_instance_type", "DEV1-M") | ||||
|   enable_ipv6       = true | ||||
|   enable_dynamic_ip = true | ||||
|   enable_dynamic_ip = false | ||||
|   security_group_id = scaleway_instance_security_group.web.id | ||||
|   tags              = concat(var.tags, ["web"]) | ||||
|  | ||||
|   | ||||
| @@ -21,10 +21,13 @@ machine: | ||||
|     interfaces: | ||||
|       - interface: eth0 | ||||
|         dhcp: true | ||||
|       - interface: eth1 | ||||
|         dhcp: true | ||||
|         dhcpOptions: | ||||
|           routeMetric: 2048 | ||||
|         routes: | ||||
|           - network: 169.254.42.42/32 | ||||
|             metric: 1024 | ||||
|       - interface: eth1 | ||||
|         dhcp: true | ||||
|       - interface: dummy0 | ||||
|         addresses: | ||||
|           - 169.254.2.53/32 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Serge Logvinov
					Serge Logvinov