Skip to content

Adding CI#3

Merged
lcarranza-doit merged 3 commits intomainfrom
feature/ci
Jan 9, 2026
Merged

Adding CI#3
lcarranza-doit merged 3 commits intomainfrom
feature/ci

Conversation

@lcarranza-doit
Copy link
Collaborator

Added GitHub Actions CI Pipeline:

Created .github/workflows/ci.yml - runs on pull requests to main/master branches

Validates Terraform code using version 1.6.6

Triggers the module check action

Created Reusable Action:

Added .github/actions/tf-module-check.yml - a composite action that:

Checks Terraform formatting (terraform fmt -check -recursive)

Initializes Terraform without backend (terraform init -backend=false)

Validates Terraform configuration (terraform validate)

Updated Documentation:

Fixed the README.md example to use the correct module name:

Changed from doitintl/fde-terraform-cloud-assist

To doitintl/terraform-google-doit-support

@lcarranza-doit lcarranza-doit merged commit bcfcdd5 into main Jan 9, 2026
2 checks passed
@lcarranza-doit lcarranza-doit deleted the feature/ci branch January 9, 2026 14:27
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.

1 participant