{ "version": 4, "terraform_version": "1.8.7", "serial": 210, "lineage": "28e972d1-8b72-bd51-fd29-12686c86ba69", "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-92421c755cb8009e6", "ami": "ami-d53f78d5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6eacd31"], "subnet_id": "subnet-ad7f073c", "key_name": "prod-deploy-key" } } ] } ] }