infra-workflow

Guide Terraform and AWS CLI infrastructure workflows with credential acquisition.

1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/ryosukesuto/dotfiles --skill infra-workflow-ryosukesuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-workflow
Source: https://github.com/ryosukesuto/dotfiles/tree/main/config/claude/skills/infra-workflow
Command: npx skills add https://github.com/ryosukesuto/dotfiles --skill infra-workflow-ryosukesuto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides clear, step-by-step guidelines for performing infrastructure management tasks using Terraform and AWS CLI, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Terraform Workflow Guidance: Outlines the process for making changes, updating variables, handling IAM modifications, and preparing for pull requests.
  • AWS CLI Authentication: Details how to obtain and use temporary credentials for secure AWS CLI operations.
  • Use Case: A developer needs to deploy a new microservice infrastructure. This Skill guides them through the Terraform plan, review, and deployment process, and ensures they are using the correct, temporary AWS credentials.

Quick Start

Follow the Terraform作業時 steps to ensure your infrastructure changes are properly reviewed and documented before creating a pull request.

Frequently Asked Questions about infra-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to review Terraform changes before creating a pull request?

The best way to review Terraform changes involves executing a structured workflow that covers change review, variable updates, IAM modifications, and PR preparation to ensure adherence to infrastructure best practices.

How do I get temporary AWS CLI credentials for secure infrastructure management?

You can obtain temporary AWS CLI credentials for secure infrastructure management by using federation, which involves acquiring and applying temporary credentials to perform AWS CLI operations safely.

How do I handle IAM modifications when deploying infrastructure with Terraform?

Handling IAM modifications with Terraform involves following specific workflow guidelines that ensure changes are properly reviewed and documented before applying them to your infrastructure.

Can I use this workflow for managing microservice infrastructure on AWS?

Yes, you can use this workflow for managing microservice infrastructure on AWS as it provides step-by-step guidance for Terraform plan review and deployment using the correct temporary AWS credentials.

What steps are needed to update Terraform variables for infrastructure changes?

Updating Terraform variables requires following the Terraform execution steps to ensure your infrastructure changes are properly reviewed and documented before creating a pull request.