{ "version": 4, "terraform_version": "1.8.7", "serial": 271, "lineage": "46542a8c-9095-59a7-c7b6-8eb049b279d1", "outputs": { "db_endpoint": { "value": "db-1.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-80b21b465de3f354b", "ami": "ami-c2a2b7b8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-19dce48b"], "subnet_id": "subnet-59ca27ca", "key_name": "prod-deploy-key" } } ] } ] }