{ "version": 4, "terraform_version": "1.7.4", "serial": 315, "lineage": "2c33f392-7c68-b972-6363-49075a36745b", "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-cd68865ac940668b2", "ami": "ami-0528c397", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7113502"], "subnet_id": "subnet-3cb4c4a3", "key_name": "prod-deploy-key" } } ] } ] }