{ "version": 4, "terraform_version": "1.7.7", "serial": 592, "lineage": "8f1f7b23-774a-d272-1d8e-af1ad9854869", "outputs": { "db_endpoint": { "value": "db-2.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-c131b0568e565028c", "ami": "ami-b4b21533", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-05933ded"], "subnet_id": "subnet-c40efa71", "key_name": "prod-deploy-key" } } ] } ] }