{ "version": 4, "terraform_version": "1.8.6", "serial": 353, "lineage": "b3ed1d6b-37f2-235d-4b97-9cb5b1b7adb6", "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-881eaaa2f1c7f2345", "ami": "ami-7406877e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d5e48dc1"], "subnet_id": "subnet-007ab58c", "key_name": "prod-deploy-key" } } ] } ] }