{ "version": 4, "terraform_version": "1.8.9", "serial": 486, "lineage": "6ece0c1f-47d8-43d3-965b-145af6a5b119", "outputs": { "db_endpoint": { "value": "db-3.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-fa24931e4be3390f5", "ami": "ami-4d164acb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1f5a19c0"], "subnet_id": "subnet-10a78e4c", "key_name": "prod-deploy-key" } } ] } ] }