{ "version": 4, "terraform_version": "1.6.0", "serial": 146, "lineage": "bb0d0cc4-be94-77bd-8592-6ecb83b7c3c7", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-eec1ab7b8f4908610", "ami": "ami-78775c21", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e5f7146d"], "subnet_id": "subnet-a6721635", "key_name": "prod-deploy-key" } } ] } ] }