diff --git a/monitoring-logging/Infrastructure/.terraform.lock.hcl b/monitoring-logging/Infrastructure/.terraform.lock.hcl index 8c5df6b..59f1486 100644 --- a/monitoring-logging/Infrastructure/.terraform.lock.hcl +++ b/monitoring-logging/Infrastructure/.terraform.lock.hcl @@ -6,6 +6,7 @@ provider "registry.terraform.io/hashicorp/aws" { constraints = "~> 4.0" hashes = [ "h1:P43vwcDPG99x5WBbmqwUPgfJrfXf6/ucAIbGlRb7k1w=", + "h1:dCRc4GqsyfqHEMjgtlM1EympBcgTmcTkWaJmtd91+KA=", "zh:0843017ecc24385f2b45f2c5fce79dc25b258e50d516877b3affee3bef34f060", "zh:19876066cfa60de91834ec569a6448dab8c2518b8a71b5ca870b2444febddac6", "zh:24995686b2ad88c1ffaa242e36eee791fc6070e6144f418048c4ce24d0ba5183", @@ -27,6 +28,7 @@ provider "registry.terraform.io/hashicorp/aws" { provider "registry.terraform.io/hashicorp/tls" { version = "4.0.5" hashes = [ + "h1:e4LBdJoZJNOQXPWgOAG0UuPBVhCStu98PieNlqJTmeU=", "h1:yLqz+skP3+EbU3yyvw8JqzflQTKDQGsC9QyZAg+S4dg=", "zh:01cfb11cb74654c003f6d4e32bbef8f5969ee2856394a96d127da4949c65153e", "zh:0472ea1574026aa1e8ca82bb6df2c40cd0478e9336b7a8a64e652119a2fa4f32", diff --git a/monitoring-logging/Infrastructure/servers.tf b/monitoring-logging/Infrastructure/servers.tf index 204013e..a1db8ee 100644 --- a/monitoring-logging/Infrastructure/servers.tf +++ b/monitoring-logging/Infrastructure/servers.tf @@ -190,7 +190,7 @@ resource "aws_instance" "monitoring_server" { } resource "aws_eip" "monitoring_elastic_ip" { - vpc = true + vpc = true instance = aws_instance.monitoring_server.id }