Home > OS >  Assign aws name identification to an ec2 instance using Terraform
Assign aws name identification to an ec2 instance using Terraform

Time:06-25

I created an ec2 instance using Terraform code and added one tag. But I would like to add a default instance name as well to appear in the field shown in the below screenshot.

enter image description here

How do I do that using Terraform?.

Right now, I tried the default argument for the tag but did not seem to work. I find it hard to figure out from the enter image description here

  • Related