{ "version": 4, "terraform_version": "1.5.3", "serial": 409, "lineage": "faf7d43b-4379-5a79-0497-5a8b22600072", "outputs": { "db_endpoint": { "value": "db-1.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-e6c7eb17527a7d04b", "ami": "ami-b142b025", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-06ca9627"], "subnet_id": "subnet-c12eebfa", "key_name": "prod-deploy-key" } } ] } ] }