{"id":18798737,"url":"https://github.com/F5Networks/tf-bigip-version0.12","last_synced_at":"2025-12-30T02:55:44.591Z","repository":{"id":37899617,"uuid":"201223620","full_name":"F5Networks/terraform-provider-bigip-version0.12","owner":"F5Networks","description":"Terraform resources that can configure F5 BIGIP products","archived":false,"fork":false,"pushed_at":"2020-08-25T15:25:57.000Z","size":80916,"stargazers_count":18,"open_issues_count":13,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-27T08:11:26.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/F5Networks.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}},"created_at":"2019-08-08T09:19:56.000Z","updated_at":"2024-05-30T16:27:29.000Z","dependencies_parsed_at":"2022-08-20T03:00:37.733Z","dependency_job_id":null,"html_url":"https://github.com/F5Networks/terraform-provider-bigip-version0.12","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F5Networks%2Fterraform-provider-bigip-version0.12","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F5Networks%2Fterraform-provider-bigip-version0.12/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F5Networks%2Fterraform-provider-bigip-version0.12/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/F5Networks%2Fterraform-provider-bigip-version0.12/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/F5Networks","download_url":"https://codeload.github.com/F5Networks/terraform-provider-bigip-version0.12/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750870,"owners_count":21155797,"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":[],"created_at":"2024-11-07T22:12:50.805Z","updated_at":"2025-12-30T02:55:44.529Z","avatar_url":"https://github.com/F5Networks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This Repo is deprecated repo: Updated BIGIP Provider Link: https://github.com/F5Networks/terraform-provider-bigip\n\n[//]: # (Original work from https://github.com/DealerDotCom/terraform-provider-bigip)\n[//]: # (Modifications Copyright 2019 F5 Networks Inc.)\n[//]: # (This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.)\n[//]: # (If a copy of the MPL was not distributed with this file,You can obtain one at https://mozilla.org/MPL/2.0/.)\n\n# Overview\n\nA [Terraform](terraform.io) provider for F5 BigIP LTM.\n\n[![Build Status](https://travis-ci.org/f5devcentral/terraform-provider-bigip.svg?branch=master)](https://travis-ci.org/f5devcentral/terraform-provider-bigip)\n[![Go Report Card](https://goreportcard.com/badge/github.com/f5devcentral/terraform-provider-bigip)](https://goreportcard.com/report/github.com/f5devcentral/terraform-provider-bigip)\n[![license](https://img.shields.io/badge/license-Mozilla-red.svg?style=flat)](https://github.com/f5devcentral/terraform-provider-bigip/blob/master/LICENSE)\n[![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)\n\n\u003cimg src=\"https://cdn.rawgit.com/hashicorp/terraform-website/master/content/source/assets/images/logo-hashicorp.svg\" width=\"600px\"\u003e\n\n# Requirements\n-\t[Terraform](https://www.terraform.io/downloads.html) 0.11.x / 0.12.x\n-\t[Go](https://golang.org/doc/install) 1.11 (to build the provider plugin)\n\n# F5 BigIP LTM requirements\n\n- This provider uses the iControlREST API, make sure that it is installed and enabled on your F5 device before proceeding.\n\nThese BIG-IP versions are supported in these Terraform versions.\n\n| BIG-IP version\t|Terraform 0.12 |\tTerraform 0.11  |\n|-----------------|---------------|-----------------|\n| BIG-IP 14.x\t    | \t   X        |       X         |\n| BIG-IP 12.x\t    |      X        |      \tX         |\n| BIG-IP 13.x\t    |      X        |       X         |\n\n\n# Documentation\n\nDocumentation for the F5 BIG-IP terraform integration is available at https://clouddocs.f5.com/products/orchestration/terraform/latest/\n\nTerraform provider documentation is available at  https://www.terraform.io/docs/providers/bigip/index.html\n\n# Building the  Provider\n\nClone repository to: $GOPATH/src/github.com/terraform-providers/terraform-provider-bigip\n\n```\n$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers\n$ git clone https://github.com/terraform-providers/terraform-provider-bigip.git\n\n```\nEnter the provider directory and build the provider\n\n```\n$ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-bigip\n$ make build\n\n```\n# Using the Provider\n\nIf you're building the provider, follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.\n\n# Developing the Provider\n\nIf you wish to work on the provider, you'll first need Go installed on your machine (version 1.11+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.\n\nTo compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.\n\n```\n$ make build\n...\n$ $GOPATH/bin/terraform-provider-bigip\n...\n\n```\n# Testing\n\nRunning the acceptance test suite requires an F5 to test against. Set `BIGIP_HOST`, `BIGIP_USER`\nand `BIGIP_PASSWORD` to a device to run the tests against. By default tests will use the `Common`\npartition for creating objects. You can change the partition by setting `BIGIP_TEST_PARTITION`.\n\n```\nBIGIP_HOST=f5.mycompany.com BIGIP_USER=foo BIGIP_PASSWORD=secret make testacc\n```\n\n\nRead [here](https://github.com/hashicorp/terraform/blob/master/.github/CONTRIBUTING.md#running-an-acceptance-test) for\nmore information about acceptance testing in Terraform.\n\n# Community Help\n\nWe encourage you to use our [Slack channel](https://f5cloudsolutions.herokuapp.com) for discussion and assistance on Terraform Resources (click the **terraform** channel). There are F5 employees who are members of this community who typically monitor the channel Monday-Friday 9-5 PST and will offer best-effort assistance. This slack channel community support should **not** be considered a substitute for F5 Technical Support. See the [Slack Channel Statement](slack-channel-statement.md) for guidelines on using this channel.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FF5Networks%2Ftf-bigip-version0.12","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FF5Networks%2Ftf-bigip-version0.12","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FF5Networks%2Ftf-bigip-version0.12/lists"}