Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Initial Terraform Action + Cli #2

Merged
merged 1 commit into from
Mar 10, 2024
Merged

feat: Initial Terraform Action + Cli #2

merged 1 commit into from
Mar 10, 2024

Conversation

techman83
Copy link
Contributor

This adds a Terraform Action processor, along with an initial cli printing the generated Stack output.

Example:

(venv) ➜  cally git:(feat/cdktf) cally tf print --stack-name example-stack --stack-type CallyStack
{
  "//": {
    "metadata": {
      "backend": "local",
      "stackName": "example-stack",
      "version": "0.20.4"
    },
    "outputs": {
    }
  },
  "terraform": {
    "backend": {
      "local": {
        "path": "state/example-stack.tfstate"
      }
    }
  }
}

This adds a Terraform Action processor, along with an initial cli
printing the generated Stack output.
@techman83 techman83 merged commit 5d8b222 into main Mar 10, 2024
1 check passed
@techman83 techman83 deleted the feat/cdktf branch March 10, 2024 07:58
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