{ "version": 4, "terraform_version": "1.5.0", "serial": 239, "lineage": "ddfb64d6-850a-9959-fd6e-db26a4bff866", "outputs": { "db_endpoint": { "value": "db-0.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-299e35b72ef57ad59", "ami": "ami-91fe7cbc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-da64b9df"], "subnet_id": "subnet-dd30c9ed", "key_name": "prod-deploy-key" } } ] } ] }