Explain the meaning of the following strings that seen at the beginning of each line When you run terraform apply
- '+'
- '-'
- '-/+'
Answer
- '+' - The resource or attribute is going to be added
- '-' - the resource or attribute is going to be removed
- '-/+' - the resource or attribute is going to be replaced