{ "version": 4, "terraform_version": "1.7.1", "serial": 319, "lineage": "35a58a23-6a44-d1bb-9fc9-c7361ed19d04", "outputs": { "db_endpoint": { "value": "db-3.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-b71638f938011abbd", "ami": "ami-f8d54184", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dba527b2"], "subnet_id": "subnet-63237dc2", "key_name": "prod-deploy-key" } } ] } ] }