{ "version": 4, "terraform_version": "1.5.7", "serial": 165, "lineage": "2003827c-0556-cb3f-b86c-e1ae2b06f640", "outputs": { "db_endpoint": { "value": "db-4.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-a27bcc7fe4cd1aa21", "ami": "ami-8e32bc4a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7a401435"], "subnet_id": "subnet-fcd44500", "key_name": "prod-deploy-key" } } ] } ] }