{ "version": 4, "terraform_version": "1.7.2", "serial": 103, "lineage": "f8b36617-08b4-6e65-2c18-2ef6f322b005", "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-e4d982f4fd7bc6ed5", "ami": "ami-baf1f5f9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-20e3bcfc"], "subnet_id": "subnet-4f3506e8", "key_name": "prod-deploy-key" } } ] } ] }