{ "version": 4, "terraform_version": "1.8.3", "serial": 424, "lineage": "0a4b1bfa-1a84-40a0-2fc1-e55ef7590058", "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-a154c7d6d82cb3bfa", "ami": "ami-3b21a855", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1893e869"], "subnet_id": "subnet-d8d02ba2", "key_name": "prod-deploy-key" } } ] } ] }