{ "version": 4, "terraform_version": "1.5.7", "serial": 122, "lineage": "2d9e846d-f4de-fa97-82ac-c186e3f2a234", "outputs": { "db_endpoint": { "value": "db-2.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-12b2f23292b72c973", "ami": "ami-a1955f24", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2be689f7"], "subnet_id": "subnet-db7230db", "key_name": "prod-deploy-key" } } ] } ] }