{ "version": 4, "terraform_version": "1.8.7", "serial": 481, "lineage": "38f0a6d4-a7a3-36e6-6379-519431b3710f", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-95d51f28dd4a4f3ae", "ami": "ami-05b5d21f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-33aa330c"], "subnet_id": "subnet-01c0f6d2", "key_name": "prod-deploy-key" } } ] } ] }