{ "version": 4, "terraform_version": "1.8.7", "serial": 280, "lineage": "9f4bc73c-c8e8-8fa9-0f94-2e8128efb1e5", "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-046ddb766e42c5cf3", "ami": "ami-18d12bbf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-21427bc1"], "subnet_id": "subnet-583349d6", "key_name": "prod-deploy-key" } } ] } ] }