{ "version": 4, "terraform_version": "1.7.4", "serial": 549, "lineage": "8f416b63-4a8c-8d84-b68f-372e4ad0f98f", "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-3880c97e7f6397f61", "ami": "ami-77ee4ecc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6f7868a3"], "subnet_id": "subnet-2693369c", "key_name": "prod-deploy-key" } } ] } ] }