{ "version": 4, "terraform_version": "1.5.0", "serial": 149, "lineage": "c9e355af-7c33-cd6e-1751-da2bcec49e03", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-42c51ac646f0bee5c", "ami": "ami-1d9deb53", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9101d78f"], "subnet_id": "subnet-968a312a", "key_name": "prod-deploy-key" } } ] } ] }