{ "version": 4, "terraform_version": "1.8.2", "serial": 174, "lineage": "2cb2e10c-d6f5-6e21-d97c-6e3830dac155", "outputs": { "db_endpoint": { "value": "db-2.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-05346c2967f11b02a", "ami": "ami-358e7096", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6776485c"], "subnet_id": "subnet-7fb58d40", "key_name": "prod-deploy-key" } } ] } ] }