Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinmichaelchen/terraform-provider-atlas-example
https://github.com/kevinmichaelchen/terraform-provider-atlas-example
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/terraform-provider-atlas-example
- Owner: kevinmichaelchen
- Created: 2024-03-11T17:06:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T17:19:58.000Z (10 months ago)
- Last Synced: 2024-11-30T08:44:38.552Z (23 days ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Motivation
just working through some atlas terraform examples
https://github.com/ariga/terraform-provider-atlas/tree/master/examples/provider
## Getting started
```shell
pkgx install terraform
pkgx install atlasgo.io
```## Running the module
seeing if we get things working with postgres …
`terraform init` works fine. `terraform plan` and `terraform apply` fail.
```
╷
│ Error: Atlas Plan Error
│
│ with atlas_schema.this,
│ on main.tf line 57, in resource "atlas_schema" "this":
│ 57: resource "atlas_schema" "this" {
│
│ Unable to generate migration plan, got error: Error: postgres: scanning system variables: dial tcp 127.0.0.1:5433: connect:
│ connection refused
```