Skip to content

Commit e0479e5

Browse files
committed
lint
1 parent 2677d3c commit e0479e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guides/instance_server_ip_fields_deprecation_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "scaleway_lb" "lb" {
3838
resource "scaleway_lb_backend" "backend" {
3939
lb_id = scaleway_lb.lb.id
4040
forward_port = 80
41-
forward_protocol = "http
41+
forward_protocol = "http"
4242
4343
server_ips = [ scaleway_instance_server.server.public_ip ]
4444
}
@@ -171,7 +171,7 @@ These fields were:
171171

172172
- `enable_ipv6`, which was false in the state, but is now true for all servers.
173173
- `ipv6_address`, which was null in the state, but can now be retrieved in the `[public|private]_ips.X.address` whether
174-
the IP is public or private.
174+
the IP is public or private.
175175
- `ipv6_gateway`, which was null in the state, but can now be retrieved in the `[public|private]_ips.X.gateway` whether
176-
the IP is public or private.
176+
the IP is public or private.
177177
- `ipv6_prefix_length`, which was 0 in the state.

templates/guides/instance_server_ip_fields_deprecation_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "scaleway_lb" "lb" {
3838
resource "scaleway_lb_backend" "backend" {
3939
lb_id = scaleway_lb.lb.id
4040
forward_port = 80
41-
forward_protocol = "http
41+
forward_protocol = "http"
4242
4343
server_ips = [ scaleway_instance_server.server.public_ip ]
4444
}

0 commit comments

Comments
 (0)