{ "version": 4, "terraform_version": "1.6.8", "serial": 312, "lineage": "9cbc6528-35ea-209a-1859-685ad9f85cee", "outputs": { "db_endpoint": { "value": "db-2.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-5dc7e983939e7afcb", "ami": "ami-ef95d817", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4096f779"], "subnet_id": "subnet-ca701a6f", "key_name": "prod-deploy-key" } } ] } ] }