Skip to content

Conversation

gautambaghel
Copy link
Member

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@gautambaghel gautambaghel requested a review from a team as a code owner September 16, 2025 07:03
@gautambaghel gautambaghel changed the title Adding workspace tag tools Feature/tags Sep 16, 2025
@gautambaghel
Copy link
Member Author

create_workspace_tags

request:

{
    terraform_org_name: "<<tf_org_name>>",
    workspace_name: "<<tf_workspace_name>>",
    tags: "owner:admin, team:bu-org, my_name, prod" # comma separated values, for kv use colon
}

response

Added 4 tags to workspace <<tf_workspace_name>>

@gautambaghel
Copy link
Member Author

read_workspace_tags

request:

{
    terraform_org_name: "<<tf_org_name>>",
    workspace_name: "<<tf_workspace_name>>",
}

response:

workspace << tf_workspace_name>> has 4 tags: owner:admin, team:bu-org, my_name, prod

@gautambaghel gautambaghel merged commit 48b1e44 into main Sep 19, 2025
50 checks passed
@gautambaghel gautambaghel deleted the feature/tags branch September 19, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants