{ "version": 4, "terraform_version": "1.7.4", "serial": 149, "lineage": "f36eac47-1f2b-553a-92a0-5710571618b7", "outputs": { "db_endpoint": { "value": "db-2.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-9ce2c6af68d0434da", "ami": "ami-811a5887", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-521283a1"], "subnet_id": "subnet-111b9df3", "key_name": "prod-deploy-key" } } ] } ] }