{"id":20074152,"url":"https://github.com/juniper/terraform-provider-mist","last_synced_at":"2025-05-05T21:31:22.356Z","repository":{"id":248603689,"uuid":"829161238","full_name":"Juniper/terraform-provider-mist","owner":"Juniper","description":"Terraform Provider for Juniper Mist","archived":false,"fork":false,"pushed_at":"2025-04-29T15:02:10.000Z","size":10315,"stargazers_count":7,"open_issues_count":7,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T16:22:35.666Z","etag":null,"topics":["automation","juniper-mist","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/Juniper/mist/latest","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Juniper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-15T22:10:44.000Z","updated_at":"2025-04-29T15:02:14.000Z","dependencies_parsed_at":"2024-08-10T10:49:45.952Z","dependency_job_id":"33bf1abc-4c77-47db-97c0-357d9c16bda6","html_url":"https://github.com/Juniper/terraform-provider-mist","commit_stats":null,"previous_names":["juniper/terraform-provider-mist"],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-mist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-mist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-mist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-mist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Juniper","download_url":"https://codeload.github.com/Juniper/terraform-provider-mist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252580013,"owners_count":21771251,"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":["automation","juniper-mist","terraform","terraform-provider"],"created_at":"2024-11-13T14:49:36.962Z","updated_at":"2025-05-05T21:31:22.351Z","avatar_url":"https://github.com/Juniper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-mist\n\n## Requirements\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.8\n- [Go](https://golang.org/doc/install) \u003e= 1.22.7\n\n## Getting Started\n\n### Install Terraform\nInstructions for popular operating systems can be found [here](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli).\n\n### Create a Terraform configuration\nThe terraform configuration must:\n* Be named with a .tf file extension.\n* Reference this provider by its global address (`registry.terraform.io/Juniper/mist`) or just `Juniper/mist`.\n* Include a provider configuration block which tells the provider which Mist Cloud must be used and which credentials to use.\n\n```hcl\nterraform {\n  required_providers {\n    mist = {\n      source = \"registry.terraform.io/Juniper/mist\"\n    }\n  }\n}\n\nprovider \"mist\" {\n  host = \"api.mist.com\"\n  apitoken = \"xxxxxxxxxxxxxxxxxxxxxxxxx\"\n}\n```\n\n### Terraform Init\nRun the following at a command prompt while in the same directory as the configuration file to fetch the Mist provider plugin:\n\n```console\nterraform init\n```\n\n### Credentials\nMist credentials can be supplied in the provider configuration block or through environment variables (recommended):\n\n* API Token:\n```console\nexport MIST_APITOKEN=\u003capitoken\u003e\n```\n\n* Username and Password:\n```console\nexport MIST_USERNAME=\u003cusername\u003e\nexport MIST_PASSWORD=\u003cpassword\u003e\n```\n\n### Start configuring resources\nFull documentation for provider, resources and data sources can be found [here](https://registry.terraform.io/providers/Juniper/mist/latest/docs).\n\n## Contributing\nSee the open issues for a full list of proposed features (and known issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniper%2Fterraform-provider-mist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniper%2Fterraform-provider-mist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniper%2Fterraform-provider-mist/lists"}