Skip to content

Commit

Permalink
Bump service module to v0.1.1 (closes #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Mar 8, 2023
1 parent 67fd1ab commit d505c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module "pipeline_rds" {
|------|--------|---------|
| <a name="module_instance_type_metrics"></a> [instance\_type\_metrics](#module\_instance\_type\_metrics) | snowplow-devops/ec2-instance-type-metrics/aws | 0.1.2 |
| <a name="module_kcl_autoscaling"></a> [kcl\_autoscaling](#module\_kcl\_autoscaling) | snowplow-devops/dynamodb-autoscaling/aws | 0.2.0 |
| <a name="module_service"></a> [service](#module\_service) | snowplow-devops/service-ec2/aws | 0.1.0 |
| <a name="module_service"></a> [service](#module\_service) | snowplow-devops/service-ec2/aws | 0.1.1 |
| <a name="module_telemetry"></a> [telemetry](#module\_telemetry) | snowplow-devops/telemetry/snowplow | 0.4.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ locals {

module "service" {
source = "snowplow-devops/service-ec2/aws"
version = "0.1.0"
version = "0.1.1"

user_supplied_script = local.user_data
name = var.name
Expand Down

0 comments on commit d505c64

Please sign in to comment.