{ "version": 4, "terraform_version": "1.6.6", "serial": 134, "lineage": "bfae7a76-3f4a-5c73-3277-72cd10aa8d76", "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-bfb2a0af870060f31", "ami": "ami-60b39cde", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-401ac190"], "subnet_id": "subnet-1fdea654", "key_name": "prod-deploy-key" } } ] } ] }