{ "version": 4, "terraform_version": "1.8.5", "serial": 503, "lineage": "e79e1445-6bf3-c084-613b-582a9181c694", "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-f31c4c23ab474fb9c", "ami": "ami-c2d76d87", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7153a334"], "subnet_id": "subnet-90659c48", "key_name": "prod-deploy-key" } } ] } ] }