{ "version": 4, "terraform_version": "1.5.1", "serial": 456, "lineage": "5854d1bb-4f8f-a93a-dd33-05db9db5c7e6", "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-e9294b479fb0da141", "ami": "ami-3d3e3eb6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9fd1f8c9"], "subnet_id": "subnet-8e481731", "key_name": "prod-deploy-key" } } ] } ] }