{"id":15156413,"url":"https://github.com/hashicorp/terraform-provider-mso","last_synced_at":"2025-09-30T05:30:24.439Z","repository":{"id":57550391,"uuid":"273066918","full_name":"hashicorp/terraform-provider-mso","owner":"hashicorp","description":"This has moved to https://github.com/ciscodevnet/terraform-provider-mso","archived":true,"fork":false,"pushed_at":"2020-07-24T11:51:09.000Z","size":43625,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-08T13:07:38.595Z","etag":null,"topics":["mso","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://github.com/ciscodevnet/terraform-provider-mso","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashicorp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-17T19:59:29.000Z","updated_at":"2023-01-28T12:41:50.000Z","dependencies_parsed_at":"2022-08-29T20:41:11.312Z","dependency_job_id":null,"html_url":"https://github.com/hashicorp/terraform-provider-mso","commit_stats":null,"previous_names":["terraform-providers/terraform-provider-mso"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-mso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-mso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-mso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-mso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashicorp","download_url":"https://codeload.github.com/hashicorp/terraform-provider-mso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234702084,"owners_count":18873827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mso","terraform","terraform-provider"],"created_at":"2024-09-26T19:21:06.324Z","updated_at":"2025-09-30T05:30:22.379Z","avatar_url":"https://github.com/hashicorp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco MSO Provider\n\nRequirements\n------------\n\n- [Terraform](https://www.terraform.io/downloads.html) v0.12 or later.\n\n- [Go](https://golang.org/doc/install) Latest Version\n\n## Building The Provider ##\nClone this repository to: `$GOPATH/src/github.com/ciscoecosystem/terraform-provider-mso`.\nClone mso-go-client to `$GOPATH/src/github.com/ciscoecosystem/mso-go-client`.\n\n```sh\n$ mkdir -p $GOPATH/src/github.com/ciscoecosystem; cd $GOPATH/src/github.com/ciscoecosystem\n$ git clone https://github.com/ciscoecosystem/terraform-provider-mso.git\n$ git clone https://github.com/ciscoecosystem/mso-go-client.git\n```\n\n\nUsing The Provider\n------------------\nIf you are building the provider, follow the instructions to [install it as a plugin.](https://www.terraform.io/docs/plugins/basics.html#installing-a-plugin) After placing it into your plugins directory, run `terraform init` to initialize it.\n\nex.\n```hcl\n#configure provider with your cisco mso credentials.\nprovider \"mso\" {\n  # cisco-mso user name\n  username = \"admin\"\n  # cisco-mso password\n  password = \"password\"\n  # cisco-mso url\n  url      = \"https://my-cisco-mso.com\"\n  insecure = true\n  proxy_url = \"https://proxy_server:proxy_port\"\n}\n\nresource \"mso_schema\" \"schema1\" {\n  name          = \"nkp1002\"\n  template_name = \"temp1\"\n  tenant_id     = \"5e9d09482c000068500a269a\"\n\n}\n\n```\n\n\nDeveloping The Provider\n-----------------------\nIf you want to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine. You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\nTo compile the provider, run `make build`. This will build the provider with sanity checks present in scripts directory and put the provider binary in `$GOPATH/bin` directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashicorp%2Fterraform-provider-mso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashicorp%2Fterraform-provider-mso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashicorp%2Fterraform-provider-mso/lists"}