{ "version": 4, "terraform_version": "1.8.8", "serial": 572, "lineage": "e6d41479-320b-9e7c-983c-7ea3864c706f", "outputs": { "db_endpoint": { "value": "db-4.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-855515726e72ad554", "ami": "ami-637733b9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a8003edf"], "subnet_id": "subnet-74d8c9b5", "key_name": "prod-deploy-key" } } ] } ] }