{ "version": 4, "terraform_version": "1.8.0", "serial": 398, "lineage": "e25d71cd-4e8a-deda-f72d-80c28a129628", "outputs": { "db_endpoint": { "value": "db-0.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-6e2d95b12a1034cef", "ami": "ami-c2ae677f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e6d93f9"], "subnet_id": "subnet-b203b442", "key_name": "prod-deploy-key" } } ] } ] }