{ "version": 4, "terraform_version": "1.7.8", "serial": 348, "lineage": "7e4bae77-5d8a-ce86-d512-beb93872e7ab", "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-3c105ec9d6b2b1893", "ami": "ami-565ce67f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5ee54a3"], "subnet_id": "subnet-86a6be98", "key_name": "prod-deploy-key" } } ] } ] }