Coder Social home page Coder Social logo

f5devcentral / terraform-xc-aws-cloud-credentials Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 10 KB

Terraform module which creates AWS Cloud Credentials for F5 Distributed Cloud (XC)

Home Page: https://registry.terraform.io/modules/f5devcentral/aws-cloud-credentials/xc/latest

License: Apache License 2.0

HCL 100.00%
aws-vpc-site f5-aws f5-distributed-cloud f5-xc f5-xc-cloud f5xc terraform

terraform-xc-aws-cloud-credentials's Introduction

AWS Cloud Credentials for F5 Distributed Cloud (XC) Terraform module

This Terraform module provisions AWS Cloud Credentials in F5 Distributed Cloud (XC). It creates an IAM User, IAM Policy, Access Key, and Access Secret in AWS Cloud, along with a Cloud Credentials object in XC Cloud.

Requirements

Name Version
terraform >= 1.0
aws >= 5.0
volterra >= 0.11.26

Usage

To use this module and leverage your existing credentials without provisioning any resources on AWS Cloud, include the following code in your Terraform configuration:

module "aws_cloud_credentials" {
  source = "f5devcentral/aws-cloud-credentials/volterra"

  name = "aws-tf-demo-creds"
  aws_access_key = "your_aws_access_key"
  aws_secret_key = "your_aws_secret_key"
}

If you want to create a new AWS IAM User

module "aws_cloud_credentials" {
  source = "f5devcentral/aws-cloud-credentials/volterra"

  name = "aws-tf-demo-creds"
}

Contributing

Contributions to this module are welcome! Please see the contribution guidelines for more information.

License

This module is licensed under the Apache 2.0 License.

terraform-xc-aws-cloud-credentials's People

Contributors

yoctoalex avatar

Stargazers

 avatar

Watchers

Hitesh Patel avatar Cody Green avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.