{ "version": 4, "terraform_version": "1.5.3", "serial": 590, "lineage": "8e2f733d-e078-5a89-a3b2-d5d759329150", "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-41eb0fd9dbe332300", "ami": "ami-d84cae16", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7a3389e3"], "subnet_id": "subnet-e5275865", "key_name": "prod-deploy-key" } } ] } ] }