{ "version": 4, "terraform_version": "1.6.9", "serial": 148, "lineage": "3316a85e-b950-b118-ff27-d9502d1e91db", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-1c9dccaceb63f24a2", "ami": "ami-a4a967d7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-659dba86"], "subnet_id": "subnet-052c2066", "key_name": "prod-deploy-key" } } ] } ] }