Hello,
I performed terraform import and then after the import, terraform plan shows that there are changes in the security group rules. It shows 3 sgr will be added even though I already imported them. So what I did is i applied those changes. However, I couldn’t confirm if there was a few seconds network downtime because when I check AWS console, the rules didn’t change at all.
With this, Is there anyone here knows or could confirm that there is any downtime after terraform apply. I am confirming this because I need to perform the same operation in our production account.
Log shows Modification complete(Id :sg-xxxx)Apply complete! Resources: 0 added, 1 changed, 0 destroyed.