{ "version": 4, "terraform_version": "1.6.6", "serial": 512, "lineage": "51e4c242-54fb-9a85-feb3-1f354c2830f8", "outputs": { "db_endpoint": { "value": "db-4.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-ae66f6dc5a7a3ff81", "ami": "ami-930fc927", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0343999"], "subnet_id": "subnet-b47e668e", "key_name": "prod-deploy-key" } } ] } ] }