{ "version": 4, "terraform_version": "1.7.0", "serial": 256, "lineage": "6f13912a-bf91-6fcd-0320-401926d9afa4", "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-d51adfbbcd9f2a3c3", "ami": "ami-12705a36", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f154dde1"], "subnet_id": "subnet-dfd56641", "key_name": "prod-deploy-key" } } ] } ] }