{ "version": 4, "terraform_version": "1.6.0", "serial": 369, "lineage": "ca220a80-d30c-a59f-16dd-ba37b5773497", "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-7a19b052e3af33998", "ami": "ami-afe8bb30", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-59becd14"], "subnet_id": "subnet-c5ad28c1", "key_name": "prod-deploy-key" } } ] } ] }