{ "version": 4, "terraform_version": "1.5.2", "serial": 420, "lineage": "e5a2c90c-a70b-be4e-c51f-a208e520c843", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-73f82a46e2b352581", "ami": "ami-3c2bdc9d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d242f234"], "subnet_id": "subnet-f30e093c", "key_name": "prod-deploy-key" } } ] } ] }