{ "version": 4, "terraform_version": "1.8.7", "serial": 589, "lineage": "ace7e479-fec2-4c22-89a8-072583c7f75d", "outputs": { "db_endpoint": { "value": "db-4.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-5980564b2ff134b37", "ami": "ami-4c156f0d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9d21194a"], "subnet_id": "subnet-d72f62e3", "key_name": "prod-deploy-key" } } ] } ] }