{ "version": 4, "terraform_version": "1.6.0", "serial": 218, "lineage": "68d0ff17-1558-6819-2848-aa023513d12d", "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-b91824578d58383d5", "ami": "ami-1a2c0130", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dd3fd791"], "subnet_id": "subnet-079e48b4", "key_name": "prod-deploy-key" } } ] } ] }