{ "version": 4, "terraform_version": "1.6.7", "serial": 387, "lineage": "60aefbd5-3651-3094-cda5-fea6d9e1fefc", "outputs": { "db_endpoint": { "value": "db-3.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-33905527b16a5dc26", "ami": "ami-468f1727", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-95bcb225"], "subnet_id": "subnet-9fe3b4d7", "key_name": "prod-deploy-key" } } ] } ] }