Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 18, 2024
1 parent 8f6d687 commit f552fe7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apstra/blueprint/blueprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ func (o Blueprint) ResourceAttributes() map[string]resourceSchema.Attribute {
apstra.AddressingSchemeIp46.String(),
}, ", ")),
Optional: true,
// todo once depreciated 4.1.0 add this
// Default: stringdefault.StaticString(apstra.AddressingSchemeIp4.String()),
Validators: []validator.String{stringvalidator.OneOf(
apstra.AddressingSchemeIp4.String(),
apstra.AddressingSchemeIp6.String(),
Expand Down

0 comments on commit f552fe7

Please sign in to comment.