Skip to content

Commit

Permalink
fixed one bug. Added the string, staging, to the resource name.
Browse files Browse the repository at this point in the history
  • Loading branch information
estherBeyda committed Oct 15, 2024
1 parent 8d3c3ca commit 095b730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/cdn_site_activation_staging.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Import is supported using the following syntax:
#to the qwilt_cdn_site_configuration resource to achieve implicit dependency.


resource "qwilt_cdn_site_activation" "example" {
resource "qwilt_cdn_site_activation_staging" "example" {
}

# You can import the qwilt_cdn_site_activation_staging resource by specifying
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#to the qwilt_cdn_site_configuration resource to achieve implicit dependency.


resource "qwilt_cdn_site_activation" "example" {
resource "qwilt_cdn_site_activation_staging" "example" {
}

# You can import the qwilt_cdn_site_activation_staging resource by specifying
Expand Down

0 comments on commit 095b730

Please sign in to comment.