{ "version": 4, "terraform_version": "1.6.2", "serial": 149, "lineage": "432254e8-6444-3757-66c5-3e56ce40b8e1", "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-31f66af0f17667af8", "ami": "ami-99191a57", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b145495e"], "subnet_id": "subnet-a78f2906", "key_name": "prod-deploy-key" } } ] } ] }