{ "version": 4, "terraform_version": "1.8.0", "serial": 298, "lineage": "2cc38ee8-4098-f1d4-2699-6baae9073c2d", "outputs": { "db_endpoint": { "value": "db-0.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-a6d8d6700ad824c72", "ami": "ami-90194f0c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19a4b01b"], "subnet_id": "subnet-59eb26f6", "key_name": "prod-deploy-key" } } ] } ] }