techaiterraformmodule
Create or modify reusable Terraform modules with standard file layout and validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or modify reusable Terraform modules with standard file layout and validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Produce concise, complete pull request descriptions aligned with the repository PR template.
Repository-specific topology, naming patterns, and validation guidance for working in the oneidentity repository.
Create or modify secure GitHub Actions workflows for CI/CD pipelines.
Create or modify governance policies for AWS SCP, Azure Policy, and GCP Org Policy.
Create or modify reusable GitHub composite actions with secure Bash and deterministic behavior.
Safely update structured JSON/YAML registry files (users, groups, teams, repositories, or policy maps).
| name | TechAITerraformModule |
| description | Create or modify reusable Terraform modules with standard file layout and validation. |
main.tfvariables.tfoutputs.tfversions.tfREADME.mddescription.description.# variables.tf
variable "name" {
description = "Resource base name"
type = string
}
# outputs.tf
output "id" {
description = "Created resource id"
value = aws_s3_bucket.this.id
}
terraform fmtterraform validate