{ "version": 4, "terraform_version": "1.6.3", "serial": 371, "lineage": "42d42045-eb91-4eeb-3419-842b5927d45f", "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-e4d114454382c9817", "ami": "ami-e1d91da3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4ff6638c"], "subnet_id": "subnet-81c07705", "key_name": "prod-deploy-key" } } ] } ] }