{ "version": 4, "terraform_version": "1.7.7", "serial": 322, "lineage": "93aa54e6-995f-e85f-45cd-60c7224477b2", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-f8cf4c6063488ca28", "ami": "ami-5fe54a6d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-89b08585"], "subnet_id": "subnet-4145c063", "key_name": "prod-deploy-key" } } ] } ] }