{ "version": 4, "terraform_version": "1.5.8", "serial": 295, "lineage": "fb931c85-ad57-89e5-e967-e5a6934aaef9", "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-9d93b98f38971491b", "ami": "ami-e9ee694d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2dbfa61b"], "subnet_id": "subnet-ac36776c", "key_name": "prod-deploy-key" } } ] } ] }