Skip to content

Commit

Permalink
forgot to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwJuniper committed Oct 18, 2023
1 parent c1218d5 commit 8942e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/datacenter_routing_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "apstra_datacenter_routing_policy" "just_pull_every_available_lever" {
blueprint_id = data.apstra_datacenter_blueprint.prod.id
name = "nope"
description = "Nothing good can come from this"
import_policy = "defult_only" // "default_only" is the default. other options: "all" "extra_only"
import_policy = "default_only" // "default_only" is the default. other options: "all" "extra_only"
extra_imports = [
{ prefix = "10.0.0.0/8", action = "deny" },
{ prefix = "11.0.0.0/8", ge_mask = 31, le_mask = 32, action = "deny" },
Expand Down

0 comments on commit 8942e4f

Please sign in to comment.