{ "version": 4, "terraform_version": "1.7.9", "serial": 256, "lineage": "8f24bd91-8b32-f961-c437-2ae4578db46b", "outputs": { "db_endpoint": { "value": "db-2.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-f7a4b4b83d5a71695", "ami": "ami-ccb276e2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f571a3af"], "subnet_id": "subnet-ef9ec62d", "key_name": "prod-deploy-key" } } ] } ] }