{ "version": 4, "terraform_version": "1.8.1", "serial": 435, "lineage": "d19fa092-1626-a3d3-3b2b-eb580f67dcb7", "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-4f1e5a9ecec7228c9", "ami": "ami-a274c944", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e4c68ecc"], "subnet_id": "subnet-1a91d9a3", "key_name": "prod-deploy-key" } } ] } ] }