{ "version": 4, "terraform_version": "1.7.9", "serial": 234, "lineage": "92f9daa5-eaa3-cdbc-2fe3-848997064c64", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-5844472310af9f84e", "ami": "ami-bbfff442", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eca9e555"], "subnet_id": "subnet-427f7b53", "key_name": "prod-deploy-key" } } ] } ] }