{ "version": 4, "terraform_version": "1.7.3", "serial": 562, "lineage": "22eb007b-dd0f-355d-b6b7-9b9fa470f314", "outputs": { "db_endpoint": { "value": "db-1.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-58f6516669cf12bf1", "ami": "ami-adf916d5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f2121d82"], "subnet_id": "subnet-b53d519e", "key_name": "prod-deploy-key" } } ] } ] }