{ "version": 4, "terraform_version": "1.5.1", "serial": 467, "lineage": "bc864f48-c461-7bf7-695b-e2e1c980bd3e", "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-193982cccd0f05693", "ami": "ami-3ab48f2a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ef9f11db"], "subnet_id": "subnet-25ae7c89", "key_name": "prod-deploy-key" } } ] } ] }