{ "version": 4, "terraform_version": "1.5.6", "serial": 142, "lineage": "22a204e1-0b62-0be6-c8d1-b44a59c120a9", "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-320745b21f935b61c", "ami": "ami-9f9afb5d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-63a6126d"], "subnet_id": "subnet-0a8a50c9", "key_name": "prod-deploy-key" } } ] } ] }