Skip to content

Commit

Permalink
Example rectification
Browse files Browse the repository at this point in the history
  • Loading branch information
SunithaGudisagarIBM1 authored and omaraibrahim committed Jul 20, 2023
1 parent d4c0d9f commit 44be56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/is_vpc_routing_table_route.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "ibm_is_vpc" "example" {
resource "ibm_is_vpc_routing_table" "example" {
vpc = ibm_is_vpc.example.id
name = "example-routing-table"
route_direct_link_ingress = true
route_direct_link_ingress = false
route_transit_gateway_ingress = false
route_vpc_zone_ingress = false
}
Expand Down

0 comments on commit 44be56d

Please sign in to comment.