Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Simple organization-level F5 Distributed Cloud custom role creation

This example demonstrates how to use the module to create an F5 Distributed Cloud custom IAM role in an organization with minimal inputs. After role creation it will be available to assign to resources owned by the organization.

Example tfvars file

  • Deploy to organization: 123456
org_id = "123456"

Prerequisites

  • Google Cloud account
  • IAM role creation permissions for the organization

Resources created

  • Custom F5 Distributed Cloud IAM role created in the organization with a generated role identifier

Requirements

Name Version
terraform >= 1.3
google >= 4.58

Modules

Name Source Version
role memes/f5-distributed-cloud-role/google 1.0.9

Resources

No resources.

Inputs

Name Description Type Default Required
org_id The identifier of the Google Cloud organization that will contain the custom role. string n/a yes

Outputs

Name Description
qualified_role_id The qualified role-id for the custom F5 Distributed Cloud role.