{ "version": 4, "terraform_version": "1.7.9", "serial": 521, "lineage": "561eedd1-9bf9-7440-2ab1-9e6f5b3bae4d", "outputs": { "db_endpoint": { "value": "db-1.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-6489348d33d236b5d", "ami": "ami-f930809e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9e406162"], "subnet_id": "subnet-9f64df40", "key_name": "prod-deploy-key" } } ] } ] }