|
@@ -36,10 +36,11 @@ resource "aws_instance" "instance" {
|
|
|
key_name = var.resolver_instance_key_name
|
|
|
monitoring = false
|
|
|
|
|
|
+ iam_instance_profile = "msoc-default-instance-profile"
|
|
|
+
|
|
|
ami = local.ami_map["minion"]
|
|
|
lifecycle { ignore_changes = [ ami, key_name, user_data ] }
|
|
|
|
|
|
-
|
|
|
root_block_device {
|
|
|
volume_type = "gp2"
|
|
|
#volume_size = "60"
|