terraform.workspace
used with a remote
backend with remote execution TF-L0049Note: If remote operations are disabled for your workspace, you can safely disable this warning. Terraform configuration may include the name of the current workspace using the ${terraform.workspace}
interpolation sequence.
You can modify parameter values in a custom DB parameter group, but you can't change the parameter values in a default DB parameter group. It is recommended to create a new parameter group, and change the parameter_group_name
to that.
You can modify parameter values in a custom parameter group, but you can't change the parameter values in a default parameter group. It is recommended to create a new parameter group, and change the parameter_group_name
to that.
Since description
is optional value, it is not always necessary to write it. This issue is useful if you want to force the writing of description. Especially, when combined with terraform-docs.
variable
declaration without description TF-L0042Since description
is optional value, it is not always necessary to write it. This issue is useful if you want to force the writing of description. Especially, when combined with terraform-docs.
variable
declaration without type TF-L0043Since type is optional value, it is not always necessary to declare it. This issue is useful if you want to force declaration of a type. See https://www.terraform.io/docs/configuration/variables.html#type-constraints for more details about types.
Terraform's documentation outlines a Standard Module Structure. A minimal module should have a main.tf
, variables.tf
, and outputs.tf
file. Variable and output blocks should be included in the corresponding file.