{ "version": 4, "terraform_version": "1.7.8", "serial": 169, "lineage": "4c025b5c-990f-f52c-3bf8-c60c472bc4fc", "outputs": { "db_endpoint": { "value": "db-0.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-0b733bfc00360567c", "ami": "ami-fb1430a6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-038a4c84"], "subnet_id": "subnet-2a5f3995", "key_name": "prod-deploy-key" } } ] } ] }