{ "version": 4, "terraform_version": "1.5.5", "serial": 160, "lineage": "79abc431-8298-3186-8e83-6c8174726276", "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-11a37753e1203f3b1", "ami": "ami-cefb2be2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-55038867"], "subnet_id": "subnet-01835522", "key_name": "prod-deploy-key" } } ] } ] }