Skip to content

Commit ef05fa1

Browse files
committed
Update namespace
1 parent df51161 commit ef05fa1

18 files changed

+21
-21
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Tests](https://github.com/netascode/terraform-provider-catalystcenter/actions/workflows/test.yml/badge.svg)](https://github.com/netascode/terraform-provider-catalystcenter/actions/workflows/test.yml)
1+
[![Tests](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/actions/workflows/test.yml/badge.svg)](https://github.com/CiscoDevNet/terraform-provider-catalystcenter/actions/workflows/test.yml)
22

33
# Terraform Provider Cisco Catalyst Center
44

@@ -10,7 +10,7 @@ All resources and data sources have been tested with the following releases.
1010
| --------------- | ------- |
1111
| Catalyst Center | 2.3.7 |
1212

13-
Documentation: <https://registry.terraform.io/providers/netascode/catalystcenter/latest>
13+
Documentation: <https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest>
1414

1515
## Requirements
1616

@@ -47,7 +47,7 @@ This Terraform Provider is available to install automatically via `terraform ini
4747
[install it as a plugin.](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin)
4848
After placing it into your plugins directory, run `terraform init` to initialize it.
4949

50-
Additional documentation, including available resources and their arguments/attributes can be found on the [Terraform documentation website](https://registry.terraform.io/providers/netascode/catalystcenter/latest/docs).
50+
Additional documentation, including available resources and their arguments/attributes can be found on the [Terraform documentation website](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs).
5151

5252
## Developing the Provider
5353

gen/templates/data_source.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/templates/model.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/templates/resource.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/netascode/terraform-provider-catalystcenter
1+
module github.com/CiscoDevNet/terraform-provider-catalystcenter
22

33
go 1.19
44

internal/provider/model_catalystcenter_ip_pool.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_catalystcenter_area.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_catalystcenter_building.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_catalystcenter_credentials_cli.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_catalystcenter_credentials_https_read.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)