{ "version": 4, "terraform_version": "1.5.5", "serial": 388, "lineage": "44e30c57-1d7c-a179-a7ca-0009a52956ef", "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-b2ce0b81426248d47", "ami": "ami-0d44d787", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-97ba70b3"], "subnet_id": "subnet-baca01eb", "key_name": "prod-deploy-key" } } ] } ] }