Skip to content

Commit

Permalink
custom_ip_prefix: do not set noInternetAdvertise when provisioning, c…
Browse files Browse the repository at this point in the history
…auses error "CustomIpPrefix resource not support noInternetAdvertise Commission or Decommission"
  • Loading branch information
manicminer committed Apr 12, 2023
1 parent 767ae9e commit db0c7cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/network/custom_ip_prefix_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func (r CustomIpPrefixResource) Create() sdk.ResourceFunc {
SignedMessage: &model.WANValidationSignedMessage,
AuthorizationMessage: &authorizationMessage,
CommissionedState: network.CommissionedStateProvisioning,
NoInternetAdvertise: &model.InternetAdvertisingDisabled,
},
}

Expand Down

0 comments on commit db0c7cc

Please sign in to comment.