Initialize the Terraform configuration
terraform init -backend-config="bucket=iac.francl.in" -backend-config="key=terraform/state/702404391" -backend-config="region=us-east-1"Plan the Terraform configuration
terraform planApply the Terraform configuration to create the resources
terraform apply