{ "version": 4, "terraform_version": "1.6.1", "serial": 302, "lineage": "d3c86ec7-9fad-8b13-a3dd-2c4866f3f952", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-232577d2a21c8c147", "ami": "ami-a3a079b8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-10506f94"], "subnet_id": "subnet-e71f5ff3", "key_name": "prod-deploy-key" } } ] } ] }