{ "version": 4, "terraform_version": "1.7.2", "serial": 462, "lineage": "456b11e0-8a22-cbd6-f14d-a48c37b1cb37", "outputs": { "db_endpoint": { "value": "db-0.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-c7f6a4d8f243016b1", "ami": "ami-ed728f42", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e3318cb"], "subnet_id": "subnet-19e06ff1", "key_name": "prod-deploy-key" } } ] } ] }