{ "version": 4, "terraform_version": "1.5.6", "serial": 562, "lineage": "9efb1244-43c7-3396-152d-4c6efec57bea", "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-25f19a20adee5e0a8", "ami": "ami-37a7d31c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b8837a01"], "subnet_id": "subnet-4c6a1852", "key_name": "prod-deploy-key" } } ] } ] }