{ "version": 4, "terraform_version": "1.6.9", "serial": 328, "lineage": "f3f06d1e-5276-719d-b5d3-c957b39e4946", "outputs": { "db_endpoint": { "value": "db-1.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-8f1db383b9192bdb0", "ami": "ami-f229cabf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9a2969d7"], "subnet_id": "subnet-494107ab", "key_name": "prod-deploy-key" } } ] } ] }