Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.1.1

## Bug Fixes
* fix: delay integration creation X seconds (#4) (Salim Afiune)([726bbc1](https://github.com/lacework/terraform-aws-ecr/commit/726bbc1ffb2c04bdc0b72477887493b20a8f4f1f))
---
# v0.1.0

This is our first release of our ECR Module
23 changes: 3 additions & 20 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# Release Notes
Another day, another module. This is our first release of our ECR Module version `v0.1.0`.
Another day, another release. These are the release notes for the version `v0.1.1`.

## Usage
```hcl
terraform {
required_providers {
lacework = {
source = "lacework/lacework"
}
}
}

provider "lacework" {}

provider "aws" {}

module "lacework_ecr" {
source = "lacework/ecr/aws"
version = "~> 0.1"
}
```
## Bug Fixes
* fix: delay integration creation X seconds (#4) (Salim Afiune)([726bbc1](https://github.com/lacework/terraform-aws-ecr/commit/726bbc1ffb2c04bdc0b72477887493b20a8f4f1f))
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1-dev
0.1.1