Skip to content

Commit

Permalink
fixed typos in resources
Browse files Browse the repository at this point in the history
  • Loading branch information
obervinov committed Jan 12, 2025
1 parent 19bf840 commit 2ddf214
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
**Full Changelog**: https://github.com/obervinov/terraform-setup-environment/commits/v1.0.0 by @obervinov
#### 💥 Breaking Changes
* first release of the module

## v1.0.1 - 2025-01-12
### What's Changed
**Full Changelog**: https://github.com/obervinov/terraform-setup-environment/compare/v1.0.0...v1.0.1 by @obervinov
#### 🐛 Bug Fixes
* fix typos
4 changes: 2 additions & 2 deletions data.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
default_environment_variables = [
"DROPLET_INTERNAL_IP=${digitalocean_droplet.default.ipv4_address_private}",
"DROPLET_EXTERNAL_IP=${digitalocean_droplet.default.ipv4_address}",
"DROPLET_INTERNAL_IP=${digitalocean_droplet.this.ipv4_address_private}",
"DROPLET_EXTERNAL_IP=${digitalocean_droplet.this.ipv4_address}",
]

default_packages = [
Expand Down

0 comments on commit 2ddf214

Please sign in to comment.