{ "version": 4, "terraform_version": "1.7.4", "serial": 248, "lineage": "7e34c5e2-2844-51e9-b434-595f24c39ab5", "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-fea1335b440a89147", "ami": "ami-849296c8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f0ce619e"], "subnet_id": "subnet-28c945f2", "key_name": "prod-deploy-key" } } ] } ] }