{ "version": 4, "terraform_version": "1.7.0", "serial": 586, "lineage": "9a15180f-16ab-5d1e-156c-7d166c3e9eab", "outputs": { "db_endpoint": { "value": "db-4.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-121b7b35ebc22731d", "ami": "ami-4121a7be", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-79c107e0"], "subnet_id": "subnet-997f80ab", "key_name": "prod-deploy-key" } } ] } ] }