{ "version": 4, "terraform_version": "1.7.1", "serial": 549, "lineage": "13133c92-a6ad-7dc8-c9a2-46aaebeb12b8", "outputs": { "db_endpoint": { "value": "db-4.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-a41ed1c2c9b4dffe7", "ami": "ami-32939ef9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-61694f29"], "subnet_id": "subnet-8d471e66", "key_name": "prod-deploy-key" } } ] } ] }