Skip to content

Commit

Permalink
embed nginx configuration into deployment resource
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Mar 5, 2024
1 parent a14eeff commit 8afade1
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 427 deletions.
4 changes: 4 additions & 0 deletions internal/services/nginx/nginx_configuration_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
)

// This resource has been deprecated and will be removed in the next major release.
// Default Nginx Configuration cannot be created anymore for service API breaking change created it automatically
// nginx configuration block is now embeded into nginx deployment resource

const defaultConfigurationName = "default"

type ConfigFile struct {
Expand Down
257 changes: 0 additions & 257 deletions internal/services/nginx/nginx_configuration_resource_test.go

This file was deleted.

Loading

0 comments on commit 8afade1

Please sign in to comment.