{ "version": 4, "terraform_version": "1.7.7", "serial": 180, "lineage": "2fc7e81c-2c99-4625-4358-bef2ee843406", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-995f04fca676868e4", "ami": "ami-ae184707", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ff5273e"], "subnet_id": "subnet-9a84b8a5", "key_name": "prod-deploy-key" } } ] } ] }