Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: observeinc/observe-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 53f5f712ba353dc8f5bc3889b19b0742e7db38f0
Choose a base ref
..
head repository: observeinc/observe-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27da1361e8a4dff0c5712424ed742de565f32cf8
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 integration/modules/create_ec2/locals.tf
4 changes: 2 additions & 2 deletions integration/modules/create_ec2/locals.tf
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ locals {

WINDOWS_SERVER_2019_BASE = {
ami_instance_type = "t3.small"
ami_id = "ami-006bce2026b3f63b8"
ami_id = "ami-08f810c9fec974bb3"
ami_description = "Microsoft Windows Server 2019 with Desktop Experience Locale English AMI provided by Amazon"
default_user = "Administrator"
sleep = 120
@@ -115,7 +115,7 @@ locals {

WINDOWS_SERVER_2022_BASE = {
ami_instance_type = "t3.small"
ami_id = "ami-0fdf7c7a70369b831"
ami_id = "ami-00bedb8509ebcc120"
ami_description = "Microsoft Windows Server 2022 Full Locale English AMI provided by Amazon"
default_user = "Administrator"
sleep = 120