{ "version": 4, "terraform_version": "1.7.1", "serial": 247, "lineage": "b7c1b2ab-9750-4a02-881d-41516e2a8e2f", "outputs": { "db_endpoint": { "value": "db-1.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-b176cd4b49f03017b", "ami": "ami-101c5ab0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cc4a5749"], "subnet_id": "subnet-a62784e0", "key_name": "prod-deploy-key" } } ] } ] }