{ "version": 4, "terraform_version": "1.5.0", "serial": 478, "lineage": "8e12f88c-a92f-9e02-417b-bdb63fefb79c", "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-914c17603813dd6e6", "ami": "ami-733173dc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-15396c3c"], "subnet_id": "subnet-671f6e1b", "key_name": "prod-deploy-key" } } ] } ] }