{ "version": 4, "terraform_version": "1.5.7", "serial": 338, "lineage": "2300c7b2-890e-f6dd-9c3e-7b7d0dac6b97", "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-3086d373c071a9d83", "ami": "ami-d5034ec5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e878901a"], "subnet_id": "subnet-fa9d7e60", "key_name": "prod-deploy-key" } } ] } ] }