{ "version": 4, "terraform_version": "1.8.3", "serial": 291, "lineage": "eaa9a0f7-6cc2-428b-1541-1b50c8343263", "outputs": { "db_endpoint": { "value": "db-1.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-e8fff4f4642cb5156", "ami": "ami-0b91fbbf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0a78d61d"], "subnet_id": "subnet-52fd4312", "key_name": "prod-deploy-key" } } ] } ] }