{ "version": 4, "terraform_version": "1.6.1", "serial": 281, "lineage": "43b0b2ac-bc7f-035a-3950-4f9595aaae45", "outputs": { "db_endpoint": { "value": "db-1.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-620c1cd035369c488", "ami": "ami-50eabcdd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c59c0695"], "subnet_id": "subnet-118fbfbc", "key_name": "prod-deploy-key" } } ] } ] }