diff --git a/website/docs/r/vpc_service_profile.html.markdown b/website/docs/r/vpc_service_profile.html.markdown index 06b326126..dc0513e63 100644 --- a/website/docs/r/vpc_service_profile.html.markdown +++ b/website/docs/r/vpc_service_profile.html.markdown @@ -1,11 +1,11 @@ --- subcategory: "VPC" layout: "nsxt" -page_title: "NSXT: nsxt_policy_service_profile" +page_title: "NSXT: nsxt_vpc_service_profile" description: A resource to configure a VPC Service Profile. --- -# nsxt_policy_service_profile +# nsxt_vpc_service_profile This resource provides a method for the management of a VPC Service Profile. @@ -14,7 +14,7 @@ This resource is applicable to NSX Policy Manager. ## Example Usage ```hcl -resource "nsxt_policy_service_profile" "vpc1_service_profile" { +resource "nsxt_vpc_service_profile" "vpc1_service_profile" { display_name = "vpc1" description = "Terraform provisioned Vpc Service Profile" @@ -85,7 +85,7 @@ An existing object can be [imported][docs-import] into this resource, via the fo [docs-import]: https://www.terraform.io/cli/import ``` -terraform import nsxt_policy_service_profile.test UUID +terraform import nsxt_vpc_service_profile.test PATH ``` -The above command imports VpcServiceProfile named `test` with the NSX ID `UUID`. +The above command imports VPC Service Profile named `test` with the NSX policy path `PATH`.