{ "version": 4, "terraform_version": "1.7.7", "serial": 165, "lineage": "bd0fda2c-efac-b49a-d76b-a368c8c91994", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-7daa710a69b7f8e63", "ami": "ami-cd954930", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f71fc6ec"], "subnet_id": "subnet-b79ae4da", "key_name": "prod-deploy-key" } } ] } ] }