I have created an infrastructure in AWS using terraform. I need to get a notification ,if changes are made to infrastructure through the AWS console that was created by terraform.
Is there any possible way to achieve the above use case
I have created an infrastructure in AWS using terraform. I need to get a notification ,if changes are made to infrastructure through the AWS console that was created by terraform.
Is there any possible way to achieve the above use case
Take a look at drift detection for Terraform:
yeah got it , thank you