{ "version": 4, "terraform_version": "1.6.8", "serial": 428, "lineage": "2fcb336c-7387-c8e2-1164-a2421477c3f6", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b939311a14a35b26f", "ami": "ami-3a5f8a74", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e66d1770"], "subnet_id": "subnet-4c0dcf43", "key_name": "prod-deploy-key" } } ] } ] }