{ "version": 4, "terraform_version": "1.8.7", "serial": 375, "lineage": "38a4f4b9-e20c-02fb-e52f-9b14c411f876", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-b3b800a757cf5971d", "ami": "ami-ac615205", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fdbfe27b"], "subnet_id": "subnet-efdb817d", "key_name": "prod-deploy-key" } } ] } ] }