{ "version": 4, "terraform_version": "1.6.6", "serial": 300, "lineage": "02d8efd6-dcf4-3575-e29d-54be38b44d6f", "outputs": { "db_endpoint": { "value": "db-3.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-455dedc42f7814943", "ami": "ami-6c0463a8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0ad203d1"], "subnet_id": "subnet-5e83e1e6", "key_name": "prod-deploy-key" } } ] } ] }