{ "version": 4, "terraform_version": "1.8.1", "serial": 155, "lineage": "f0b64166-a041-1a6d-e1ed-701e76b07496", "outputs": { "db_endpoint": { "value": "db-0.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-781220e122fe00114", "ami": "ami-99e1b154", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf0163de"], "subnet_id": "subnet-44f17f24", "key_name": "prod-deploy-key" } } ] } ] }