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

Deployments datasource #2

Merged
merged 6 commits into from
Jul 22, 2024
Merged

Deployments datasource #2

merged 6 commits into from
Jul 22, 2024

Conversation

danafallon
Copy link
Collaborator

To verify:

  1. Set up ~/.terraformrc:
provider_installation {

  dev_overrides {
      "artie.com/terraform/artie" = "/Users/<Username>/go/bin"
  }

  # For all other providers, install them directly from their origin provider
  # registries as normal. If you omit this, Terraform will _only_ use
  # the dev_overrides block, and so no other providers will be available.
  direct {}
}
  1. Run the dashboard api server locally and put a real api key in examples/deployments/main.tf
  2. go install .
  3. cd examples/deployments/
  4. tf plan
    Screenshot 2024-07-22 at 1 47 31 PM

@danafallon danafallon merged commit deaa5f1 into main Jul 22, 2024
14 checks passed
@danafallon danafallon deleted the dana/deployments-datasource branch July 22, 2024 23:56
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