Skip to content

Commit

Permalink
Merge pull request #942 from Juniper/941-remove-deprecated-apstra_dat…
Browse files Browse the repository at this point in the history
…acenter_connectivity_template_assignment-resource

Remove deprecated `apstra_datacenter_connectivity_template_assignment` resource
  • Loading branch information
chrismarget-j authored Oct 21, 2024
2 parents cde2f2b + 109f488 commit 6709eee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 314 deletions.
1 change: 0 additions & 1 deletion apstra/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ func (p *Provider) Resources(_ context.Context) []func() resource.Resource {
func() resource.Resource { return &resourceDatacenterBlueprint{} },
func() resource.Resource { return &resourceDatacenterConfiglet{} },
func() resource.Resource { return &resourceDatacenterConnectivityTemplateAssignments{} },
func() resource.Resource { return &resourceDatacenterConnectivityTemplateAssignment{} },
func() resource.Resource { return &resourceDatacenterConnectivityTemplateInterface{} },
func() resource.Resource { return &resourceDatacenterConnectivityTemplateLoopback{} },
func() resource.Resource { return &resourceDatacenterConnectivityTemplateSvi{} },
Expand Down
236 changes: 0 additions & 236 deletions apstra/resource_datacenter_connectivity_template_assignment.go

This file was deleted.

60 changes: 0 additions & 60 deletions docs/resources/datacenter_connectivity_template_assignment.md

This file was deleted.

This file was deleted.

0 comments on commit 6709eee

Please sign in to comment.